2021-11-25 18:12:36 +01:00
|
|
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
|
|
|
|
part of 'community_store.dart';
|
|
|
|
|
|
|
|
// **************************************************************************
|
|
|
|
// StoreGenerator
|
|
|
|
// **************************************************************************
|
|
|
|
|
2022-07-15 21:21:02 +02:00
|
|
|
// ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers
|
2021-11-25 18:12:36 +01:00
|
|
|
|
|
|
|
mixin _$CommunityStore on _CommunityStore, Store {
|
2022-04-30 14:56:02 +02:00
|
|
|
late final _$refreshAsyncAction =
|
|
|
|
AsyncAction('_CommunityStore.refresh', context: context);
|
2021-11-25 18:12:36 +01:00
|
|
|
|
|
|
|
@override
|
|
|
|
Future<void> refresh(Jwt? token) {
|
|
|
|
return _$refreshAsyncAction.run(() => super.refresh(token));
|
|
|
|
}
|
|
|
|
|
2022-04-30 14:56:02 +02:00
|
|
|
late final _$subscribeAsyncAction =
|
|
|
|
AsyncAction('_CommunityStore.subscribe', context: context);
|
2021-11-25 18:12:36 +01:00
|
|
|
|
|
|
|
@override
|
|
|
|
Future<void> subscribe(Jwt token) {
|
|
|
|
return _$subscribeAsyncAction.run(() => super.subscribe(token));
|
|
|
|
}
|
|
|
|
|
|
|
|
@override
|
|
|
|
String toString() {
|
|
|
|
return '''
|
|
|
|
|
|
|
|
''';
|
|
|
|
}
|
|
|
|
}
|