getApiKey method

Future<String?> getApiKey(
  1. BuildContext? context
)

Implementation

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