action abstract method

Future<T> action(
  1. T? currentValue
)

Implementation

Future<T> action(T? currentValue);