feat(authentication): add reauthenticate, updateEmail and updatePassword #62
@ -196,6 +196,7 @@ class AuthenticationMockDataSourceImpl extends AuthenticationRemoteDataSource {
|
|||||||
);
|
);
|
||||||
_streamAccount.add(mock);
|
_streamAccount.add(mock);
|
||||||
_registeredMock = Pair(mock, password);
|
_registeredMock = Pair(mock, password);
|
||||||
|
_connectedMock = _registeredMock!.copyWith();
|
||||||
_lastSignInTime = DateTime.now();
|
_lastSignInTime = DateTime.now();
|
||||||
return Future.value(mock);
|
return Future.value(mock);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user