getNotificationTitle method

Future<String> getNotificationTitle()

Get notification title

Implementation

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