FlutterCheckmobiPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterCheckmobiPlatform
Implementers

Constructors

FlutterCheckmobiPlatform()
Constructs a FlutterCheckmobiPlatform.

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

chechUser() Future<String?>
createMissedCall({required String countryCode, required String phoneNumber}) Future<String?>
getPlatformVersion() Future<String?>
listenForData({required dynamic onError(String val), required dynamic onnVerifyPin(String val), required dynamic onComplete(String val), required dynamic onData(String val)}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reciver() Future<String?>
setApiKey(String key) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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