isAutoRefreshEnabled method

Future<bool> isAutoRefreshEnabled()

Check if auto refresh is enabled.

Implementation

Future<bool> isAutoRefreshEnabled() {
  throw UnimplementedError(
      'isAutoRefreshEnabled() has not been implemented.');
}