setBatchFlushSeconds method

Future<int> setBatchFlushSeconds(
  1. int batchFlushSeconds
)

Implementation

Future<int> setBatchFlushSeconds(int batchFlushSeconds) async =>
    throw UnimplementedError(
        'setBatchFlushSeconds() has not been implemented.');