setBatchSize method

Future<int> setBatchSize(
  1. int batchSize
)

Implementation

Future<int> setBatchSize(int batchSize) async =>
    await FlutterAvoInspectorPlatform.instance.setBatchSize(batchSize);