MethodChannelBuzzBooster class

Inheritance

Constructors

MethodChannelBuzzBooster()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init({required String androidAppKey, required String iosAppKey}) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendEvent(String eventName, Map<String, String>? eventValues) Future<void>
override
setUserId(String? userId) Future<void>
override
showCampaign() Future<void>
override
showInAppMessage() Future<void>
override
showSpecificCampaign(CampaignType campaignType) Future<void>
override
startService() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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