getNotificationsDir method

Future<String?> getNotificationsDir()

Implementation

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