setDrive method

Future<StatusModel?> setDrive(
  1. SendPartitionModel checkPartitions
)

Implementation

Future<StatusModel?> setDrive(SendPartitionModel checkPartitions) {
  throw UnimplementedError('setDrive() has not been implemented.');
}