init static method

Future<void> init()

Initialize cloud-specific state after AppProperties loads the JSON.

Implementation

static Future<void> init() async {
  if (!isSecureMode) {
    await readServiceAccount();
  }
}