SidAddressVerificationPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SidAddressVerificationPlatform
Implementers

Constructors

SidAddressVerificationPlatform()
Constructs a SidAddressVerificationPlatform.

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

fetchConfiguration(String apiKey, String customerID) Future<Map<String, dynamic>>
Fetch configuration - matches your React Native fetchConfiguration
getLocationStream() Stream<Map<String, dynamic>>
Get location stream - matches your React Native addLocationListener
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickLocation() Future<Map<String, dynamic>>
Pick location from map
startTrackingWithConfig(String apiKey, String customerID, String verificationId) Future<bool>
Start tracking with configuration - matches your React Native startTrackingWithConfig
stopTracking() Future<void>
Stop tracking - matches your React Native stopTracking
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SidAddressVerificationPlatform
The default instance of SidAddressVerificationPlatform to use.
getter/setter pair