setSourceBytes abstract method

Future<void> setSourceBytes(
  1. String playerId,
  2. Uint8List bytes
)

Configures the play to read the audio from a byte array.

Implementation

Future<void> setSourceBytes(
  String playerId,
  Uint8List bytes,
);