viewSystem<T> method
ViewSystem views the system-wide resource scope.
Implementation
@override
Future<T> viewSystem<T>(Future<T> Function(ResourceScope scope) f) async {
return await f(NullScope());
}
ViewSystem views the system-wide resource scope.
@override
Future<T> viewSystem<T>(Future<T> Function(ResourceScope scope) f) async {
return await f(NullScope());
}