app property

  1. @override
AppScopedValueRef app
override

Ref in the application scope.

アプリケーションスコープのRef

Implementation

@override
AppScopedValueRef get app => AppScopedValueRef._(
      listener: _appListener,
      context: _context,
    );