isUsingAdminKey property
bool
get
isUsingAdminKey
Check if current key is admin key (null means using admin from native code)
Implementation
bool get isUsingAdminKey => _currentApiKey == null;
Check if current key is admin key (null means using admin from native code)
bool get isUsingAdminKey => _currentApiKey == null;