mounted property

  1. @override
bool get mounted
override

Whether the store is currently mounted and active. Returns true if the store is mounted and can handle provider operations.

Implementation

@override
bool get mounted => _store.mounted;