menu
nowu
storage
StorageProvider
clearEmail method
clearEmail
brightness_4
brightness_5
clearEmail
method
Future
<
void
>
clearEmail
(
)
Implementation
Future<void> clearEmail() async { await flutterSecureStorage.delete(key: storageUserEmailKey); }
nowu
storage
StorageProvider
clearEmail method
StorageProvider class
Constructors
StorageProvider
Properties
flutterSecureStorage
hashCode
runtimeType
Methods
clearEmail
getEmail
getName
noSuchMethod
setEmail
setName
toString
Operators
operator ==
Constants
storageUserEmailKey
storageUserNameKey