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