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