setNotification method

Future<void> setNotification(
  1. String title,
  2. String body,
  3. String icon
)

Implementation

Future<void> setNotification(String title, String body, String icon) {
  return PacketSdkPlatform.instance.setNotification(title, body, icon);
}