update abstract method

Future<bool> update({
  1. Disk disk = Model.defaultDisk,
})

Updates the current instance with new data.

Implementation

Future<bool> update({Disk disk = Model.defaultDisk});