getDefaultNotificationUri method

Future<String?> getDefaultNotificationUri()

This method is used to get the default notification sound URI.

Implementation

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