Future<String> getUUID() async { String uuid = await methodChannel.invokeMethod('Client/getUUID'); return uuid; }