getNotificationTitle method

Future<String?> getNotificationTitle()

Implementation

Future<String?> getNotificationTitle() async {
  throw UnimplementedError(
      'getNotificationTitle() has not been implemented.');
}