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