setNotificationUri method

dynamic setNotificationUri(
  1. String uri
)

This method is used to set the notification URI.

Implementation

setNotificationUri(String uri) {
  throw UnimplementedError('has not been implemented.');
}