playNotification method
Play default notification sound
Implementation
Future<void> playNotification({
double? volume,
bool? looping,
bool asAlarm = false,
}) {
throw UnimplementedError('playNotification() has not been implemented.');
}
Play default notification sound
Future<void> playNotification({
double? volume,
bool? looping,
bool asAlarm = false,
}) {
throw UnimplementedError('playNotification() has not been implemented.');
}