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