play method

Future<int> play(
  1. int poolId,
  2. int soundId,
  3. int repeat,
  4. double rate,
)

Implementation

Future<int> play(int poolId, int soundId, int repeat, double rate) {
  throw UnimplementedError('play() has not been implemented');
}