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