call abstract method

Future<void> call(
  1. V callback(
    1. V value
    )
)

Implementation

Future<void> call(V Function(V value) callback);