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