call method

Future call(
  1. List? args
)

Implementation

Future<dynamic> call(List<dynamic>? args) async {
  return caller!(CallConfig(), args ?? []);
}