refetchInterval property

Duration? refetchInterval
final

Automatically refetch on this interval. Null means no auto-refetch.

Example: refetchInterval: Duration(seconds: 30)

Implementation

final Duration? refetchInterval;