setBatchFlushSeconds method

Future<int> setBatchFlushSeconds(
  1. int batchFlushSeconds
)

Implementation

Future<int> setBatchFlushSeconds(int batchFlushSeconds) async =>
    await FlutterAvoInspectorPlatform.instance
        .setBatchFlushSeconds(batchFlushSeconds);