invoke abstract method

Future? invoke(
  1. Map<String, dynamic>? params
)

Invoking the method and returning a value. the parameter and values can be null.

Implementation

Future<dynamic>? invoke(Map<String, dynamic>? params);