showMissedCallNotifications property

  1. @override
set showMissedCallNotifications (bool value)
override

Whether or not should the user receive a notification after a missed call, default to true.

Setting is persisted across restarts until overridden

Implementation

@override
set showMissedCallNotifications(bool value) {
  _channel.invokeMethod('show-notifications', <String, dynamic>{"show": value});
}