Check if auto refresh is enabled.
@override Future<bool> isAutoRefreshEnabled() async { final result = await methodChannel.invokeMethod<bool>('isAutoRefreshEnabled'); return result ?? false; }