@override Future<bool?> setServiceUUID(String svcUUID) async { return await methodChannel.invokeMethod('setSvcUUID', {'data':svcUUID}); }