writeAudioBuffer method

Future<int?> writeAudioBuffer(
  1. Uint8List buffer
)

Implementation

Future<int?> writeAudioBuffer(Uint8List buffer) {
  throw UnimplementedError('writeAudioBuffer() has not been implemented.');
}