viewSystem<T> abstract method

Future<T> viewSystem<T>(
  1. Future<T> f(
    1. ResourceScope scope
    )
)

ViewSystem views the system-wide resource scope.

Implementation

Future<T> viewSystem<T>(Future<T> Function(ResourceScope scope) f);