setApiKey method

Future<void> setApiKey(
  1. String value
)

Implementation

Future<void> setApiKey(String value) async {
  await storage.write(key: _apiKey, value: value);
}