current property

  1. @Deprecated('This method will be removed in 0.19.0. Use [globalContextManager.active] instead.')
Context get current

The active context.

Implementation

@Deprecated(
    'This method will be removed in 0.19.0. Use [globalContextManager.active] instead.')
static Context get current => globalContextManager.active;