menu
supa_architecture package
documentation
services/secure_storage_service.dart
SecureStorageService
deleteAuthenticationInfo abstract method
deleteAuthenticationInfo abstract method
dark_mode
light_mode
deleteAuthenticationInfo
abstract method
Future
<
void
>
deleteAuthenticationInfo
(
)
Deletes the saved authentication information.
Returns:
A
Future
that completes when the authentication information has been deleted.
Implementation
Future<void> deleteAuthenticationInfo();
supa_architecture package
documentation
services/secure_storage_service
SecureStorageService
deleteAuthenticationInfo abstract method
SecureStorageService class