DelegateAutotrackerPluginPlatform class

Inheritance
  • Object
  • PlatformInterface
  • DelegateAutotrackerPluginPlatform
Mixed-in types

Properties

hashCode int
The hash code for this object.
no setterinherited
plugins Set<GrowingAutotrackerInterface>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addGrowingPlugin(GrowingAutotrackerInterface interface) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeGrowingPlugin(GrowingAutotrackerInterface interface) → void
toString() String
A string representation of this object.
inherited
trackCircleData(Map<String, dynamic> args) Future<void>
override
trackClickEvent(Map<String, dynamic> args) Future<void>
override
trackFlutterPage(Map<String, dynamic> args) Future<void>
override

Operators

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