stop method

Future<void> stop()

Stop all monitors and events sending

Implementation

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