@override Future<String> getLocalUUID() async { final result = await methodChannel.invokeMethod('getLocalUUID'); return result as String; }