getApiKey method

Future<String> getApiKey()

Implementation

Future<String> getApiKey() async {
  return await storage.read(key: _apiKey) ?? '';
}