call abstract method

Future call(
  1. Invocation invocation,
  2. FutureOr next()?
)

Implementation

Future<dynamic> call(Invocation invocation, FutureOr<dynamic> Function()? next);