refetchInterval property
Automatically refetch on this interval. Null means no auto-refetch.
Example: refetchInterval: Duration(seconds: 30)
Implementation
final Duration? refetchInterval;
Automatically refetch on this interval. Null means no auto-refetch.
Example: refetchInterval: Duration(seconds: 30)
final Duration? refetchInterval;