@override Future<bool?> setCharacteristicUUID(String charUUID) async { return await methodChannel.invokeMethod('setCharUUID', {'data':charUUID}); }