track<T> method

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

Implementation

@override
T track<T>(T Function() action) => action();