setAudioAssets method

Future<void> setAudioAssets(
  1. String mainPath
)

Implementation

Future<void> setAudioAssets(String mainPath) {
  throw UnimplementedError('setAudioAssets() has not been implemented.');
}