testCallerCallTest1Async function
Implementation
Future<DynamicValue> testCallerCallTest1Async(
String string, bool needResult) async {
return createLib()
.testCallerCallTest1Async(string: string, needResult: needResult);
}
Future<DynamicValue> testCallerCallTest1Async(
String string, bool needResult) async {
return createLib()
.testCallerCallTest1Async(string: string, needResult: needResult);
}