dispose method
override
Closes the connection to the device.
Implementation
@override
Future<void> dispose() async {
await simulatedDrive.dispose();
await realDrive.dispose();
}
Closes the connection to the device.
@override
Future<void> dispose() async {
await simulatedDrive.dispose();
await realDrive.dispose();
}