DriveManager constructor

DriveManager(
  1. ClientRuntime client,
  2. MountStore store
)

Creates a manager over client and store.

Implementation

DriveManager(this.client, this.store);