start method

Future<void> start()

Resume sending events and work of all monitors

Implementation

Future<void> start() => _channel.invokeMethod("start");