testCallerCallTest1Async function

Future<DynamicValue> testCallerCallTest1Async(
  1. String string,
  2. bool needResult
)

Implementation

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