FarlyFlutterSdkPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FarlyFlutterSdkPlatform
- Implementers
Constructors
- FarlyFlutterSdkPlatform()
- Constructs a FarlyFlutterSdkPlatform.
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
-
getHostedOfferwallUrl(
Map< String, dynamic> req) → Future<String?> -
getOfferwall(
Map< String, dynamic> req) → Future<List< FeedElement> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
requestAdvertisingIdAuthorization(
) → Future< bool?> -
setup(
{required String publisherId}) → Future -
showOfferwallInBrowser(
Map< String, dynamic> req) → Future<String?> -
showOfferwallInWebview(
Map< String, dynamic> req) → Future<String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FarlyFlutterSdkPlatform
-
The default instance of FarlyFlutterSdkPlatform to use.
getter/setter pair