showMissCallNotification static method

Future showMissCallNotification(
  1. dynamic params
)

Show Miss Call Notification. Only Android

Implementation

static Future showMissCallNotification(dynamic params) async {
  await _channel.invokeMethod("showMissCallNotification", params);
}