fingerprint library
Classes
- Fingerprint
- Generates a unique identifier (fingerprint) based on Sources that you provide. These sources can add entropy and uniqueness to the fingerprint to ensure there is a balance between the consistency and uniqueness of a fingerprint.
- SourceError
- Represents a SourceResult that encountered an error.
- SourceResult
- The result of a source.
- SourceValue
- Represent a SourceValue that was able to retrieve the value.
Typedefs
-
Source
= FutureOr<
SourceResult> Function() - A source is a function that returns data about the current device.