func0 method
Implementation
String func0(
String string,
int i,
double d, {
required int arg0,
required double arg1,
}) {
debugPrint('CallerWrapper: func0($instanceHash)');
return caller.func0(string, i, d, arg0: arg0, arg1: arg1);
}
String func0(
String string,
int i,
double d, {
required int arg0,
required double arg1,
}) {
debugPrint('CallerWrapper: func0($instanceHash)');
return caller.func0(string, i, d, arg0: arg0, arg1: arg1);
}