withOptions method

Future withOptions(
  1. CallConfig withOptions,
  2. List? args
)

Implementation

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