Skip to content

Commit f768282

Browse files
author
Mateus Felipe
committed
Fixed example warning with dummy method
1 parent 9d793cd commit f768282

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/lib/main.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ class MyHomePage extends StatelessWidget {
5353
),
5454
);
5555
}
56+
57+
void dispose() => count$.close();
5658
}

0 commit comments

Comments
 (0)