leaveChannel static method

Future<Map<Object?, Object?>> leaveChannel()

Implementation

static Future<Map<Object?, Object?>> leaveChannel() async {
  Map<Object?, Object?> ret = await _channel.invokeMethod('leaveChannel');
  return ret;
}