showMissCallNotification method

Future<void> showMissCallNotification(
  1. CallKeepIncomingConfig config
)

Show Miss Call Notification. On Android only

Implementation

Future<void> showMissCallNotification(CallKeepIncomingConfig config) async {
  await _channel.invokeMethod("showMissCallNotification", config.toMap());
}