loadUint8List method

Future<int> loadUint8List(
  1. int poolId,
  2. Uint8List rawSound,
  3. int priority
)

Implementation

Future<int> loadUint8List(int poolId, Uint8List rawSound, int priority) {
  throw UnimplementedError('loadUint8List() has not been implemented');
}