stopListening property

Future<void> stopListening

Implementation

Future<void> get stopListening async {
  return await _channel.invokeMethod('stopListening');
}