UriAndroidNotificationSound constructor

const UriAndroidNotificationSound(
  1. String _sound
)

Constructs an instance of UriAndroidNotificationSound.

Implementation

const UriAndroidNotificationSound(this._sound);