getTalkerCount static method

Future<void> getTalkerCount()

Implementation

static Future<void> getTalkerCount() async {
  await _channel.invokeMethod('getTalkerCount');
}