init method

Future<void> init()

Implementation

Future<void> init() async {
  return _methodChannel.invokeMethod('init');
}