displayLastReceivedNotification method

Future<void> displayLastReceivedNotification()

Implementation

Future<void> displayLastReceivedNotification() {
  return FlutterselligentPlatform.instance.displayLastReceivedNotification();
}