getApiKeyInfo method

Future<Map<String, dynamic>?> getApiKeyInfo()

Implementation

Future<Map<String, dynamic>?> getApiKeyInfo() async {
  log.i('Get user API key information.');
  return await rest.getApiKeyInfo();
}