join method

  1. @override
Future join()
override

Implementation

@override
Future join() async {
  return methodChannel.invokeMethod('join');
}