Future<bool?> setDescriptionUUID(String desUUID) async { return await _methodChannel.invokeMethod('setDesUUID', {'data': desUUID}); }