assetAudioPath property

String assetAudioPath
final

Path to audio asset to be used as the alarm ringtone. Accepted formats:

  • Project asset: assets/your_audio.mp3.
  • Local asset: /path/to/your/audio.mp3, which is your File.path.

Implementation

final String assetAudioPath;