setNotificationText method

Future<String?> setNotificationText(
  1. String text
)

Implementation

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