withContext<T> method

T withContext<T>(
  1. T fn()
)

Implementation

T withContext<T>(T Function() fn) => runZoned(fn, zoneValues: _zoneValues);