setNotificationTitle method

Future<String?> setNotificationTitle(
  1. String title
)

Implementation

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