userPrefsDatasource function
- @Riverpod(keepAlive: true)
Implementation
@Riverpod(keepAlive: true)
UserPrefsDatasource userPrefsDatasource(Ref ref) {
return UserPrefsDatasource();
}
@Riverpod(keepAlive: true)
UserPrefsDatasource userPrefsDatasource(Ref ref) {
return UserPrefsDatasource();
}