ContloPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ContloPluginPlatform
Implementers

Constructors

ContloPluginPlatform()
Constructs a ContloPluginPlatform.

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

enableLogging(bool logging) → void
getPlatformVersion() Future<String?>
init(String appId) Future<String?>
logout() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAdvertisingId(bool consent) Future<String?>
sendEvent(dynamic event) Future<String?>
sendEventName(String event) Future<String?>
sendUserDetail(dynamic user) Future<String?>
subscribeToMobilePush(bool subscribe) Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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