Future<String?> getDeviceId() async { final api = DeviceIdApi(); final deviceId = await api.getDeviceId(); return deviceId; }