init method

Future<int> init(
  1. int streamType,
  2. int maxStreams,
  3. Map<String, dynamic> plaformOptions
)

Initializes Soundpool

Completes with value >=0 if operation was successful

Implementation

Future<int> init(int streamType, int maxStreams, Map<String, dynamic> plaformOptions) {
  throw UnimplementedError('createSoundpool() has not been implemented');
}