MethodChannelDeviceTrust class
MethodChannel-based implementation of DeviceTrustPlatform.
This is the default implementation used by the plugin to communicate with native Android and iOS code via platform channels.
- Inheritance
-
- Object
- PlatformInterface
- DeviceTrustPlatform
- MethodChannelDeviceTrust
Constructors
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
-
getReportRaw(
) → Future< Map< String, Object?> > -
Collects device trust signals as a raw map.
override
-
isSupported(
) → Future< bool> -
Returns
trueif the platform side responds to method calls.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited