showMissedCallNotifications property

  1. @override
void showMissedCallNotifications=(bool value)
override

Not currently implemented for web TODO implement this or use web notifications from existing package https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/user_interface/Notifications

Implementation

@override
set showMissedCallNotifications(bool value) {
  return;
}