MyplPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MyplPlatform
Implementers

Constructors

MyplPlatform()
Constructs a MyplPlatform.

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?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showBannerAd(String adspotId) Future<String?>
showFullScreenVideoAd(String adspotId) Future<String?>
showInterstitialAd(String adspotId) Future<String?>
showRewardVideoAd() Future<String?>
showRewardVideoAd2(String adspotId) Future<String?>
showSplashAd(String adspotId) Future<String?>
test1() Future<String?>
test2() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

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