Store device UUID
Future<void> storeDeviceUUID(String deviceId) async { await store('com.runanywhere.sdk.device.uuid', deviceId); }