unmute method

Future<void> unmute()

Unmute the track associated with this publication

Implementation

Future<void> unmute() async => await track?.unmute();