setNotificationTitle method

Future<bool> setNotificationTitle(
  1. String title
)

Set notification title

Implementation

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