stop property

Future<bool?> stop

Implementation

static Future<bool?> get stop async {
  return _channel.invokeMethod('stop');
}