getApiKey method
Implementation
Future<String?> getApiKey(BuildContext? context) async {
throw AuthException('Could not use the saved token, please re-login.');
}
Future<String?> getApiKey(BuildContext? context) async {
throw AuthException('Could not use the saved token, please re-login.');
}