call method

Future<void> call(
  1. Context context
)

Implementation

Future<void> call(Context context) async {
  throw new UnimplementedError('method call is unimplemented');
}