udisks

Creator: coderz1093

Last updated:

0 purchases

udisks Image
udisks Images
Add to Cart

Description:

udisks

Provides a client to connect to
UDisks - the service that accesses and manipulates disks, storage devices and technologies on Linux.
import 'package:udisks/udisks.dart';

var client = UDisksClient();
await client.connect();
print('Running UDisks ${client.version}');
print('Supported filesystems: ${client.supportedFilesystems.join(' ')}');
await client.close();
copied to clipboard
Contributing to udisks.dart #
We welcome contributions! See the contribution guide for more details.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.