StatusProvider typedef
StatusProvider =
Future<NodeStatus> Function()
Provides the node's current live status snapshot (CPU/mem/storage/…).
Implementation
typedef StatusProvider = Future<NodeStatus> Function();
Provides the node's current live status snapshot (CPU/mem/storage/…).
typedef StatusProvider = Future<NodeStatus> Function();