track<T> abstract method

T track<T>(
  1. T action()
)

Implementation

T track<T>(T Function() action);