getStorage method

  1. @Deprecated('Use [storage]')
StorageController getStorage()

Retrieve the StorageController to access the master storage.

Throws StorageException in case allocation of the storage backend fails.

Implementation

@Deprecated('Use [storage]')
StorageController getStorage() {
  return storage;
}