MethodChannelSidAddressVerification class
An implementation of SidAddressVerificationPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- SidAddressVerificationPlatform
- MethodChannelSidAddressVerification
Constructors
Properties
- eventChannel → EventChannel
-
The event channel used for location updates.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fetchConfiguration(
String apiKey, String customerID) → Future< Map< String, dynamic> > -
Fetch configuration - matches your React Native fetchConfiguration
override
-
getLocationStream(
) → Stream< Map< String, dynamic> > -
Get location stream - matches your React Native addLocationListener
override
-
getPlatformVersion(
) → Future< String?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pickLocation(
) → Future< Map< String, dynamic> > -
Pick location from map
override
-
startTrackingWithConfig(
String apiKey, String customerID, String verificationId) → Future< bool> -
Start tracking with configuration - matches your React Native startTrackingWithConfig
override
-
stopTracking(
) → Future< void> -
Stop tracking - matches your React Native stopTracking
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited