clearCredentials static method
Clear all credentials from the credential store.
Implementation
static Future<void> clearCredentials() async {
ArcGISEnvironment.authenticationManager.arcGISCredentialStore.removeAll();
await ArcGISEnvironment.authenticationManager.networkCredentialStore
.removeAll();
}