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