Dart
dart:html
CredentialsContainer
store method
store
CredentialsContainer class
Properties
hashCode
runtimeType
Methods
create
get
preventSilentAccess
requireUserMediation
store
noSuchMethod
toString
Operators
operator ==
store method
Future
store
(
Credential
credential
)
Implementation
Future store(Credential credential) => promiseToFuture(JS("", "#.store(#)", this, credential));