viewTransient<T> abstract method

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

ViewTransient views the transient (DMZ) resource scope.

Implementation

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