isSpeaker static method

Future<bool> isSpeaker()

Implementation

static Future<bool> isSpeaker() async {
  return await _channel.invokeMethod('isSpeaker');
}