isShareDeviceAudioEnabled method

Future<bool> isShareDeviceAudioEnabled()

Implementation

Future<bool> isShareDeviceAudioEnabled() async {
  throw UnimplementedError(
      'isShareDeviceAudioEnabled() has not been implemented.');
}