applicationNotification method
Open Android settings in Application Notification section.
returns operation successful or failure.
Implementation
@Deprecated('Use appNotification() instead.')
Future<bool> applicationNotification() {
return appNotification();
}