We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b8fb1 commit 7f47e2dCopy full SHA for 7f47e2d
lib/src/loader_bloc.dart
@@ -20,6 +20,8 @@ import 'loader_state.dart';
20
import 'partial_state_change.dart';
21
import 'utils.dart';
22
23
+// ignore_for_file: close_sinks
24
+
25
/// BLoC that handles loading and refreshing data
26
class LoaderBloc<Content extends Object> {
27
static const _tag = '« stream_loader »';
0 commit comments