logReceiveNotification method

Future<void> logReceiveNotification(
  1. NotificareNotification notification
)

Implementation

Future<void> logReceiveNotification(
    NotificareNotification notification) async {
  await _methodChannel.invokeMapMethod(
      'logReceiveNotification', {'notification': notification});
}