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