setTalkerCount static method

Future<void> setTalkerCount(
  1. int count
)

Implementation

static Future<void> setTalkerCount(int count) async {
  await _channel.invokeMethod('setTalkerCount', {'count': count});
}