getAudioImage method

Future<Uint8List?> getAudioImage(
  1. String filePath
)

Implementation

Future<Uint8List?> getAudioImage(String filePath) {
  throw UnimplementedError('getAudioImage() has not been implemented.');
}