getNotificationDescription method

Future<String> getNotificationDescription()

Get notification description

Implementation

Future<String> getNotificationDescription() {
  return FlutterSingboxPlatform.instance.getNotificationDescription();
}