WithOptions method

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

Implementation

Future<dynamic> WithOptions(
        CallConfig withOptions, List<dynamic>? args) async =>
    caller!(withOptions, args ?? []);