AndroidCredentialProvider.system constructor
AndroidCredentialProvider.system()
Creates a provider using the current process environment.
Implementation
factory AndroidCredentialProvider.system() => AndroidCredentialProvider(environment: io.Platform.environment);