@override Future<String?> getDeviceUUID() async { final uuid = await methodChannel.invokeMethod<String>('getDeviceUUID'); return uuid; }