getNotificationTitle method

Future<String> getNotificationTitle()

Get notification title

Implementation

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