Bitlocker class

Constructors

Bitlocker.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addPasswordProtectorToBitlocker({required String password, required String drive}) Future<bool>
changePassword({required String drive, required String oldPassword, required String newPassword}) Future<void>
getDriveStatus({required String drive}) Future<BitLockerStatusModel?>
lockDrive({required String drive, required String password}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetPassword({required String drive}) Future<void>
toString() String
A string representation of this object.
inherited
turnOffBitlocker({required String drive}) Future<bool>
turnOnBitlocker({required String drive}) Future<bool>
unlockDrive({required String drive, required String password}) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited