init static method
Initialize cloud-specific state after AppProperties loads the JSON.
Implementation
static Future<void> init() async {
if (!isSecureMode) {
await readServiceAccount();
}
}
Initialize cloud-specific state after AppProperties loads the JSON.
static Future<void> init() async {
if (!isSecureMode) {
await readServiceAccount();
}
}