FlutterWannadsPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterWannadsPlatform
Implementers

Constructors

FlutterWannadsPlatform()
Constructs a FlutterWannadsPlatform.

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

getPlatformVersion() Future<String?>
init(String apiKey, String apiSecret, WanUser user, {WanSetting? setting}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showOfferwall() Future<void>
showSurveysOfferwall() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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