RawResourceAndroidNotificationSound constructor

const RawResourceAndroidNotificationSound(
  1. String? _sound
)

Constructs an instance of RawResourceAndroidNotificationSound.

Implementation

const RawResourceAndroidNotificationSound(this._sound);