setNotificationOptions method

Future<void> setNotificationOptions(
  1. DitoNotificationOptions options
)

Implementation

Future<void> setNotificationOptions(DitoNotificationOptions options) {
  throw UnimplementedError('setNotificationOptions() has not been implemented.');
}