onlineManager property

OnlineManager onlineManager
final

Whether the device is believed to be online. The Flutter binding drives its setOnline from an optional connectivity stream; a mounted client listens to it and resumes paused mutations and queries on reconnect.

Implementation

final OnlineManager onlineManager;