stop method

Future<bool?> stop()

Implementation

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