0 purchases
devdart windows hdsn
Using #
Import package
import 'package:devdart_windows_hdsn/devdart_windows_hdsn.dart';
import 'package:devdart_windows_hdsn/drive.dart';
copied to clipboard
Retrieve Drive List
List<Drive> drives = WindowsHDSN().getDrives();
for(Drive drive in drives){
print(drive.model);
print(drive.serial);
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.