Skip to content

Commit a24b82c

Browse files
committed
update example
1 parent 8cbbefc commit a24b82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/detail_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class DetailPage extends StatelessWidget {
2929
loaderFunction: loadDetail,
3030
refresherFunction: loadDetail,
3131
initialContent: comment,
32-
logger: print,
32+
logger: debugPrint,
3333
);
3434
},
3535
messageHandler: (context, message, _) {

0 commit comments

Comments
 (0)