getNotificationsPath method

Future<String?> getNotificationsPath()

Implementation

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