static Future<String> getBgDeviceId() async { var deviceId = await getDeviceId(); return "$deviceId-bg"; }