docs(authentication): update example with multiple data sources
This commit is contained in:
@@ -34,6 +34,9 @@ class App extends StatelessWidget {
|
||||
AuthenticationRepositoryImpl(
|
||||
authenticationRemoteDataSource:
|
||||
getIt<AuthenticationRemoteDataSource<int>>(),
|
||||
authenticationSessionDataSource:
|
||||
getIt<AuthenticationSessionDataSource<int>>(),
|
||||
authenticationCacheDataSource: getIt<AuthenticationCacheDataSource<int>>(),
|
||||
customPasswordValidator: const CustomPassword.pure(),
|
||||
extraSignUpInputs: [
|
||||
FormInput(
|
||||
|
||||
Reference in New Issue
Block a user