stop method

Future<void> stop(
  1. int poolId,
  2. int streamId
)

Implementation

Future<void> stop(int poolId, int streamId) {
  throw UnimplementedError('stop() has not been implemented');
}