Connects to a Bluetooth peripheral with the given uuid.
uuid
@override Future<void> connect(String uuid) async { await methodChannel.invokeMethod<void>('connect', {"deviceId": uuid}); }