AndroidSigningCredentials constructor
const
AndroidSigningCredentials({})
Creates Android upload-key credentials.
Implementation
const AndroidSigningCredentials({
required this.keystoreBase64,
required this.keyAlias,
required this.keystorePassword,
required this.keyPassword,
});