resume method

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

Implementation

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