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