🐛 Fix route bug
This commit is contained in:
@@ -10,7 +10,7 @@ part of 'account_devices.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(authDevices)
|
||||
const authDevicesProvider = AuthDevicesProvider._();
|
||||
final authDevicesProvider = AuthDevicesProvider._();
|
||||
|
||||
final class AuthDevicesProvider
|
||||
extends
|
||||
@@ -22,7 +22,7 @@ final class AuthDevicesProvider
|
||||
with
|
||||
$FutureModifier<List<SnAuthDeviceWithSession>>,
|
||||
$FutureProvider<List<SnAuthDeviceWithSession>> {
|
||||
const AuthDevicesProvider._()
|
||||
AuthDevicesProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'account_picker.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(searchAccounts)
|
||||
const searchAccountsProvider = SearchAccountsFamily._();
|
||||
final searchAccountsProvider = SearchAccountsFamily._();
|
||||
|
||||
final class SearchAccountsProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class SearchAccountsProvider
|
||||
FutureOr<List<SnAccount>>
|
||||
>
|
||||
with $FutureModifier<List<SnAccount>>, $FutureProvider<List<SnAccount>> {
|
||||
const SearchAccountsProvider._({
|
||||
SearchAccountsProvider._({
|
||||
required SearchAccountsFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -68,7 +68,7 @@ String _$searchAccountsHash() => r'3b4aa4d7970a1e406c1a0a1dfac2c686e05bc533';
|
||||
|
||||
final class SearchAccountsFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<List<SnAccount>>, String> {
|
||||
const SearchAccountsFamily._()
|
||||
SearchAccountsFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'searchAccountsProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'activity_presence.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(discordAssets)
|
||||
const discordAssetsProvider = DiscordAssetsFamily._();
|
||||
final discordAssetsProvider = DiscordAssetsFamily._();
|
||||
|
||||
final class DiscordAssetsProvider
|
||||
extends
|
||||
@@ -22,7 +22,7 @@ final class DiscordAssetsProvider
|
||||
with
|
||||
$FutureModifier<Map<String, String>?>,
|
||||
$FutureProvider<Map<String, String>?> {
|
||||
const DiscordAssetsProvider._({
|
||||
DiscordAssetsProvider._({
|
||||
required DiscordAssetsFamily super.from,
|
||||
required SnPresenceActivity super.argument,
|
||||
}) : super(
|
||||
@@ -74,7 +74,7 @@ final class DiscordAssetsFamily extends $Family
|
||||
FutureOr<Map<String, String>?>,
|
||||
SnPresenceActivity
|
||||
> {
|
||||
const DiscordAssetsFamily._()
|
||||
DiscordAssetsFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'discordAssetsProvider',
|
||||
@@ -91,12 +91,12 @@ final class DiscordAssetsFamily extends $Family
|
||||
}
|
||||
|
||||
@ProviderFor(discordAssetsUrl)
|
||||
const discordAssetsUrlProvider = DiscordAssetsUrlFamily._();
|
||||
final discordAssetsUrlProvider = DiscordAssetsUrlFamily._();
|
||||
|
||||
final class DiscordAssetsUrlProvider
|
||||
extends $FunctionalProvider<AsyncValue<String?>, String?, FutureOr<String?>>
|
||||
with $FutureModifier<String?>, $FutureProvider<String?> {
|
||||
const DiscordAssetsUrlProvider._({
|
||||
DiscordAssetsUrlProvider._({
|
||||
required DiscordAssetsUrlFamily super.from,
|
||||
required (SnPresenceActivity, String) super.argument,
|
||||
}) : super(
|
||||
@@ -147,7 +147,7 @@ final class DiscordAssetsUrlFamily extends $Family
|
||||
FutureOr<String?>,
|
||||
(SnPresenceActivity, String)
|
||||
> {
|
||||
const DiscordAssetsUrlFamily._()
|
||||
DiscordAssetsUrlFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'discordAssetsUrlProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'friends_overview.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(friendsOverview)
|
||||
const friendsOverviewProvider = FriendsOverviewProvider._();
|
||||
final friendsOverviewProvider = FriendsOverviewProvider._();
|
||||
|
||||
final class FriendsOverviewProvider
|
||||
extends
|
||||
@@ -22,7 +22,7 @@ final class FriendsOverviewProvider
|
||||
with
|
||||
$FutureModifier<List<SnFriendOverviewItem>>,
|
||||
$FutureProvider<List<SnFriendOverviewItem>> {
|
||||
const FriendsOverviewProvider._()
|
||||
FriendsOverviewProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'status.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(accountStatus)
|
||||
const accountStatusProvider = AccountStatusFamily._();
|
||||
final accountStatusProvider = AccountStatusFamily._();
|
||||
|
||||
final class AccountStatusProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class AccountStatusProvider
|
||||
FutureOr<SnAccountStatus?>
|
||||
>
|
||||
with $FutureModifier<SnAccountStatus?>, $FutureProvider<SnAccountStatus?> {
|
||||
const AccountStatusProvider._({
|
||||
AccountStatusProvider._({
|
||||
required AccountStatusFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -68,7 +68,7 @@ String _$accountStatusHash() => r'4cac809808e6f1345dab06dc32d759cfcea13315';
|
||||
|
||||
final class AccountStatusFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<SnAccountStatus?>, String> {
|
||||
const AccountStatusFamily._()
|
||||
AccountStatusFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'accountStatusProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'stellar_program_tab.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(accountStellarSubscription)
|
||||
const accountStellarSubscriptionProvider =
|
||||
final accountStellarSubscriptionProvider =
|
||||
AccountStellarSubscriptionProvider._();
|
||||
|
||||
final class AccountStellarSubscriptionProvider
|
||||
@@ -23,7 +23,7 @@ final class AccountStellarSubscriptionProvider
|
||||
with
|
||||
$FutureModifier<SnWalletSubscription?>,
|
||||
$FutureProvider<SnWalletSubscription?> {
|
||||
const AccountStellarSubscriptionProvider._()
|
||||
AccountStellarSubscriptionProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
@@ -53,7 +53,7 @@ String _$accountStellarSubscriptionHash() =>
|
||||
r'7cdfc7ca29aac240fc8704f4493498d87f307400';
|
||||
|
||||
@ProviderFor(accountSentGifts)
|
||||
const accountSentGiftsProvider = AccountSentGiftsFamily._();
|
||||
final accountSentGiftsProvider = AccountSentGiftsFamily._();
|
||||
|
||||
final class AccountSentGiftsProvider
|
||||
extends
|
||||
@@ -65,7 +65,7 @@ final class AccountSentGiftsProvider
|
||||
with
|
||||
$FutureModifier<List<SnWalletGift>>,
|
||||
$FutureProvider<List<SnWalletGift>> {
|
||||
const AccountSentGiftsProvider._({
|
||||
AccountSentGiftsProvider._({
|
||||
required AccountSentGiftsFamily super.from,
|
||||
required ({int offset, int take}) super.argument,
|
||||
}) : super(
|
||||
@@ -117,7 +117,7 @@ final class AccountSentGiftsFamily extends $Family
|
||||
FutureOr<List<SnWalletGift>>,
|
||||
({int offset, int take})
|
||||
> {
|
||||
const AccountSentGiftsFamily._()
|
||||
AccountSentGiftsFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'accountSentGiftsProvider',
|
||||
@@ -137,7 +137,7 @@ final class AccountSentGiftsFamily extends $Family
|
||||
}
|
||||
|
||||
@ProviderFor(accountReceivedGifts)
|
||||
const accountReceivedGiftsProvider = AccountReceivedGiftsFamily._();
|
||||
final accountReceivedGiftsProvider = AccountReceivedGiftsFamily._();
|
||||
|
||||
final class AccountReceivedGiftsProvider
|
||||
extends
|
||||
@@ -149,7 +149,7 @@ final class AccountReceivedGiftsProvider
|
||||
with
|
||||
$FutureModifier<List<SnWalletGift>>,
|
||||
$FutureProvider<List<SnWalletGift>> {
|
||||
const AccountReceivedGiftsProvider._({
|
||||
AccountReceivedGiftsProvider._({
|
||||
required AccountReceivedGiftsFamily super.from,
|
||||
required ({int offset, int take}) super.argument,
|
||||
}) : super(
|
||||
@@ -206,7 +206,7 @@ final class AccountReceivedGiftsFamily extends $Family
|
||||
FutureOr<List<SnWalletGift>>,
|
||||
({int offset, int take})
|
||||
> {
|
||||
const AccountReceivedGiftsFamily._()
|
||||
AccountReceivedGiftsFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'accountReceivedGiftsProvider',
|
||||
@@ -226,7 +226,7 @@ final class AccountReceivedGiftsFamily extends $Family
|
||||
}
|
||||
|
||||
@ProviderFor(accountGift)
|
||||
const accountGiftProvider = AccountGiftFamily._();
|
||||
final accountGiftProvider = AccountGiftFamily._();
|
||||
|
||||
final class AccountGiftProvider
|
||||
extends
|
||||
@@ -236,7 +236,7 @@ final class AccountGiftProvider
|
||||
FutureOr<SnWalletGift>
|
||||
>
|
||||
with $FutureModifier<SnWalletGift>, $FutureProvider<SnWalletGift> {
|
||||
const AccountGiftProvider._({
|
||||
AccountGiftProvider._({
|
||||
required AccountGiftFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -284,7 +284,7 @@ String _$accountGiftHash() => r'70ca553e0b84cba9dfbee428f9bf44207138713a';
|
||||
|
||||
final class AccountGiftFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<SnWalletGift>, String> {
|
||||
const AccountGiftFamily._()
|
||||
AccountGiftFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'accountGiftProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'call_button.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(ongoingCall)
|
||||
const ongoingCallProvider = OngoingCallFamily._();
|
||||
final ongoingCallProvider = OngoingCallFamily._();
|
||||
|
||||
final class OngoingCallProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class OngoingCallProvider
|
||||
FutureOr<SnRealtimeCall?>
|
||||
>
|
||||
with $FutureModifier<SnRealtimeCall?>, $FutureProvider<SnRealtimeCall?> {
|
||||
const OngoingCallProvider._({
|
||||
OngoingCallProvider._({
|
||||
required OngoingCallFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -68,7 +68,7 @@ String _$ongoingCallHash() => r'3d1efaaca2981ebf698e9241453dbf2b2f13bfe3';
|
||||
|
||||
final class OngoingCallFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<SnRealtimeCall?>, String> {
|
||||
const OngoingCallFamily._()
|
||||
OngoingCallFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'ongoingCallProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'check_in.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(checkInResultToday)
|
||||
const checkInResultTodayProvider = CheckInResultTodayProvider._();
|
||||
final checkInResultTodayProvider = CheckInResultTodayProvider._();
|
||||
|
||||
final class CheckInResultTodayProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class CheckInResultTodayProvider
|
||||
FutureOr<SnCheckInResult?>
|
||||
>
|
||||
with $FutureModifier<SnCheckInResult?>, $FutureProvider<SnCheckInResult?> {
|
||||
const CheckInResultTodayProvider._()
|
||||
CheckInResultTodayProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
@@ -50,7 +50,7 @@ String _$checkInResultTodayHash() =>
|
||||
r'b4dc97b2243f542b36c295dc5cce3fe6097cb308';
|
||||
|
||||
@ProviderFor(nextNotableDay)
|
||||
const nextNotableDayProvider = NextNotableDayProvider._();
|
||||
final nextNotableDayProvider = NextNotableDayProvider._();
|
||||
|
||||
final class NextNotableDayProvider
|
||||
extends
|
||||
@@ -60,7 +60,7 @@ final class NextNotableDayProvider
|
||||
FutureOr<SnNotableDay?>
|
||||
>
|
||||
with $FutureModifier<SnNotableDay?>, $FutureProvider<SnNotableDay?> {
|
||||
const NextNotableDayProvider._()
|
||||
NextNotableDayProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
@@ -89,7 +89,7 @@ final class NextNotableDayProvider
|
||||
String _$nextNotableDayHash() => r'60d0546a086bdcb89c433c38133eb4197e4fb0a6';
|
||||
|
||||
@ProviderFor(recentNotableDay)
|
||||
const recentNotableDayProvider = RecentNotableDayProvider._();
|
||||
final recentNotableDayProvider = RecentNotableDayProvider._();
|
||||
|
||||
final class RecentNotableDayProvider
|
||||
extends
|
||||
@@ -99,7 +99,7 @@ final class RecentNotableDayProvider
|
||||
FutureOr<SnNotableDay?>
|
||||
>
|
||||
with $FutureModifier<SnNotableDay?>, $FutureProvider<SnNotableDay?> {
|
||||
const RecentNotableDayProvider._()
|
||||
RecentNotableDayProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
@@ -128,7 +128,7 @@ final class RecentNotableDayProvider
|
||||
String _$recentNotableDayHash() => r'e0cc4a0e8016afe1c469a7c744dbab41e0d54c2d';
|
||||
|
||||
@ProviderFor(randomFortuneSaying)
|
||||
const randomFortuneSayingProvider = RandomFortuneSayingProvider._();
|
||||
final randomFortuneSayingProvider = RandomFortuneSayingProvider._();
|
||||
|
||||
final class RandomFortuneSayingProvider
|
||||
extends
|
||||
@@ -138,7 +138,7 @@ final class RandomFortuneSayingProvider
|
||||
FutureOr<SnFortuneSaying>
|
||||
>
|
||||
with $FutureModifier<SnFortuneSaying>, $FutureProvider<SnFortuneSaying> {
|
||||
const RandomFortuneSayingProvider._()
|
||||
RandomFortuneSayingProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'post_featured.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(featuredPosts)
|
||||
const featuredPostsProvider = FeaturedPostsProvider._();
|
||||
final featuredPostsProvider = FeaturedPostsProvider._();
|
||||
|
||||
final class FeaturedPostsProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class FeaturedPostsProvider
|
||||
FutureOr<List<SnPost>>
|
||||
>
|
||||
with $FutureModifier<List<SnPost>>, $FutureProvider<List<SnPost>> {
|
||||
const FeaturedPostsProvider._()
|
||||
FeaturedPostsProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -10,11 +10,11 @@ part of 'post_shared.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(RepliesNotifier)
|
||||
const repliesProvider = RepliesNotifierFamily._();
|
||||
final repliesProvider = RepliesNotifierFamily._();
|
||||
|
||||
final class RepliesNotifierProvider
|
||||
extends $NotifierProvider<RepliesNotifier, RepliesState> {
|
||||
const RepliesNotifierProvider._({
|
||||
RepliesNotifierProvider._({
|
||||
required RepliesNotifierFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -69,7 +69,7 @@ final class RepliesNotifierFamily extends $Family
|
||||
RepliesState,
|
||||
String
|
||||
> {
|
||||
const RepliesNotifierFamily._()
|
||||
RepliesNotifierFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'repliesProvider',
|
||||
@@ -93,7 +93,6 @@ abstract class _$RepliesNotifier extends $Notifier<RepliesState> {
|
||||
@$mustCallSuper
|
||||
@override
|
||||
void runBuild() {
|
||||
final created = build(_$args);
|
||||
final ref = this.ref as $Ref<RepliesState, RepliesState>;
|
||||
final element =
|
||||
ref.element
|
||||
@@ -103,17 +102,17 @@ abstract class _$RepliesNotifier extends $Notifier<RepliesState> {
|
||||
Object?,
|
||||
Object?
|
||||
>;
|
||||
element.handleValue(ref, created);
|
||||
element.handleCreate(ref, () => build(_$args));
|
||||
}
|
||||
}
|
||||
|
||||
@ProviderFor(postFeaturedReply)
|
||||
const postFeaturedReplyProvider = PostFeaturedReplyFamily._();
|
||||
final postFeaturedReplyProvider = PostFeaturedReplyFamily._();
|
||||
|
||||
final class PostFeaturedReplyProvider
|
||||
extends $FunctionalProvider<AsyncValue<SnPost?>, SnPost?, FutureOr<SnPost?>>
|
||||
with $FutureModifier<SnPost?>, $FutureProvider<SnPost?> {
|
||||
const PostFeaturedReplyProvider._({
|
||||
PostFeaturedReplyProvider._({
|
||||
required PostFeaturedReplyFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -160,7 +159,7 @@ String _$postFeaturedReplyHash() => r'3f0ac0d51ad21f8754a63dd94109eb8ac4812293';
|
||||
|
||||
final class PostFeaturedReplyFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<SnPost?>, String> {
|
||||
const PostFeaturedReplyFamily._()
|
||||
PostFeaturedReplyFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'postFeaturedReplyProvider',
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'post_subscription_filter.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(publishersSubscriptions)
|
||||
const publishersSubscriptionsProvider = PublishersSubscriptionsProvider._();
|
||||
final publishersSubscriptionsProvider = PublishersSubscriptionsProvider._();
|
||||
|
||||
final class PublishersSubscriptionsProvider
|
||||
extends
|
||||
@@ -22,7 +22,7 @@ final class PublishersSubscriptionsProvider
|
||||
with
|
||||
$FutureModifier<List<SnPublisherSubscription>>,
|
||||
$FutureProvider<List<SnPublisherSubscription>> {
|
||||
const PublishersSubscriptionsProvider._()
|
||||
PublishersSubscriptionsProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
@@ -52,7 +52,7 @@ String _$publishersSubscriptionsHash() =>
|
||||
r'208463c1f879a3ddab4092112e312a0cd27ebc2f';
|
||||
|
||||
@ProviderFor(categoriesSubscriptions)
|
||||
const categoriesSubscriptionsProvider = CategoriesSubscriptionsProvider._();
|
||||
final categoriesSubscriptionsProvider = CategoriesSubscriptionsProvider._();
|
||||
|
||||
final class CategoriesSubscriptionsProvider
|
||||
extends
|
||||
@@ -64,7 +64,7 @@ final class CategoriesSubscriptionsProvider
|
||||
with
|
||||
$FutureModifier<List<SnCategorySubscription>>,
|
||||
$FutureProvider<List<SnCategorySubscription>> {
|
||||
const CategoriesSubscriptionsProvider._()
|
||||
CategoriesSubscriptionsProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -12,7 +12,7 @@ part of 'sticker_picker.dart';
|
||||
/// GET /sphere/stickers/me
|
||||
|
||||
@ProviderFor(myStickerPacks)
|
||||
const myStickerPacksProvider = MyStickerPacksProvider._();
|
||||
final myStickerPacksProvider = MyStickerPacksProvider._();
|
||||
|
||||
/// Fetch user-added sticker packs (with stickers) from API:
|
||||
/// GET /sphere/stickers/me
|
||||
@@ -29,7 +29,7 @@ final class MyStickerPacksProvider
|
||||
$FutureProvider<List<SnStickerPack>> {
|
||||
/// Fetch user-added sticker packs (with stickers) from API:
|
||||
/// GET /sphere/stickers/me
|
||||
const MyStickerPacksProvider._()
|
||||
MyStickerPacksProvider._()
|
||||
: super(
|
||||
from: null,
|
||||
argument: null,
|
||||
|
||||
@@ -10,7 +10,7 @@ part of 'fund_envelope.dart';
|
||||
// ignore_for_file: type=lint, type=warning
|
||||
|
||||
@ProviderFor(walletFund)
|
||||
const walletFundProvider = WalletFundFamily._();
|
||||
final walletFundProvider = WalletFundFamily._();
|
||||
|
||||
final class WalletFundProvider
|
||||
extends
|
||||
@@ -20,7 +20,7 @@ final class WalletFundProvider
|
||||
FutureOr<SnWalletFund>
|
||||
>
|
||||
with $FutureModifier<SnWalletFund>, $FutureProvider<SnWalletFund> {
|
||||
const WalletFundProvider._({
|
||||
WalletFundProvider._({
|
||||
required WalletFundFamily super.from,
|
||||
required String super.argument,
|
||||
}) : super(
|
||||
@@ -68,7 +68,7 @@ String _$walletFundHash() => r'521fa280708e71266f8164268ba11f135f4ba810';
|
||||
|
||||
final class WalletFundFamily extends $Family
|
||||
with $FunctionalFamilyOverride<FutureOr<SnWalletFund>, String> {
|
||||
const WalletFundFamily._()
|
||||
WalletFundFamily._()
|
||||
: super(
|
||||
retry: null,
|
||||
name: r'walletFundProvider',
|
||||
|
||||
Reference in New Issue
Block a user