callFunction method

Future callFunction(
  1. String name, {
  2. List? args,
  3. int? requestTimeout,
})

Implementation

Future callFunction(String name, {List? args, int? requestTimeout}) async {
  throw UnimplementedError('callFunction() has not been implemented.');
}