notification_push_event static method

Future notification_push_event()

Implementation

static Future  notification_push_event() async {
  await _channel.invokeMapMethod('not_event');

}