TF-1842: Create SendingEmailBinding and implement in SendingEmailObserver
(cherry picked from commit 7ec20283d7d119857ab7e689139e226c15a2137c)
This commit is contained in:
@@ -9,7 +9,7 @@ abstract class CredentialRepository {
|
||||
|
||||
Future<void> storeAuthenticationInfo(AuthenticationInfoCache authenticationInfoCache);
|
||||
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored();
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored({bool needToReopen = false});
|
||||
|
||||
Future<void> removeAuthenticationInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user