@override Future<void> connect(String deviceId) { return methodChannel.invokeMethod<void>('connect', { 'deviceId': deviceId, }); }