start method

Future<void> start()

Implementation

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