testCallerCallTest0Sync function

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

Implementation

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