DingtalkAuthPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DingtalkAuthPlatform
Implementers

Constructors

DingtalkAuthPlatform()
Constructs a DingtalkAuthPlatform.

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

auth(DingTalkAuthParam param) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerApp(String appId, String bundleId) Future<bool>
iOS Only
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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