Future<bool> regenerateUUID() async { bool result = await methodChannel.invokeMethod("Client/regenerateUUID"); return result; }