playAudioAsset method

FutureOr<void> playAudioAsset(
  1. String assetPath
)

Implementation

FutureOr<void> playAudioAsset(String assetPath) {
  throw UnimplementedError('playAudioAsset() has not been implemented');
}