TF-1915 Remove the needToOpen parameter in cases where it is not needed
(cherry picked from commit 1bd53ab9962494bbf48c86f4e61487f3316cbb62)
This commit is contained in:
@@ -9,7 +9,7 @@ abstract class CredentialRepository {
|
||||
|
||||
Future<void> storeAuthenticationInfo(AuthenticationInfoCache authenticationInfoCache);
|
||||
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored({bool needToReopen = false});
|
||||
Future<AuthenticationInfoCache?> getAuthenticationInfoStored();
|
||||
|
||||
Future<void> removeAuthenticationInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user