getRestAPIKey static method

Future<String?> getRestAPIKey()

Implementation

static Future<String?> getRestAPIKey() async {
  try {
    return await keys.getRestAPIKey();
  } catch (ex) {}
}