disable provider auto retry
This commit is contained in:
parent
6221eb4a7a
commit
eecc307f04
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ void main() async {
|
|||
|
||||
runApp(
|
||||
ProviderScope(
|
||||
retry: null,
|
||||
retry: (_, _) => null,
|
||||
observers: [
|
||||
// Change false to true if you want debug information on provider reloads
|
||||
// ignore: dead_code
|
||||
|
|
|
|||
Loading…
Reference in a new issue