BiometricStorageFile class
Constructors
- BiometricStorageFile.new(BiometricStorage _plugin, String name, PromptInfo defaultPromptInfo)
Properties
- defaultPromptInfo → PromptInfo
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
{PromptInfo? promptInfo}) → Future< void> - Delete the content of this storage.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
{PromptInfo? promptInfo}) → Future< String?> -
read from the secure file and returns the content.
Will return
null
if file does not exist. -
toString(
) → String -
A string representation of this object.
inherited
-
write(
String content, {PromptInfo? promptInfo}) → Future< void> - Write content of this file. Previous value will be overwritten.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited