track<T> method

T track<T>(
  1. T fn(), [
  2. bool purge = true
])

Implementation

T track<T>(T Function() fn, [bool purge = true]) => raw.track(fn, purge);