setEnabled method
Enable or disable custom audio notifications
Implementation
Future<Map<String, dynamic>?> setEnabled({
required bool enabled,
}) async {
return NotificationAudioPluginPlatform.instance.setEnabled(enabled: enabled);
}
Enable or disable custom audio notifications
Future<Map<String, dynamic>?> setEnabled({
required bool enabled,
}) async {
return NotificationAudioPluginPlatform.instance.setEnabled(enabled: enabled);
}