FlutterInBrain class

Constructors

FlutterInBrain.private(MethodChannel channel)

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

customiseUI({String? title, bool? elevation, String? bgColor, String? buttonColor, String? titleColor}) Future<void>
destroyCallback() Future<void>
init({String? apiClientId, String? apiSecret, bool? isS2S, String? userId}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDidReceiveRewardListener(DidReceiveInbrainRewardListener didReceiveInbrainRewardListener) → void
setDidRecieveiOSSurveywallListener(DidReceiveInbrainIosRewardListener didReceiveInbrainIosRewardListener) → void
setIsSurveyWallAvailableListener(IsSurveyWallAvailableListener isSurveyWallAvailableListener) → void
setIsSurveyWallFailureListener(SurveyShowFailureListener surveyShowFailureListener) → void
setIsSurveyWalliOSSuccessListener(IsSurveyWallIosAvailableListener surveyShowSuccessListener) → void
setIsSurveyWallSuccessListener(SurveyShowSuccessListener surveyShowSuccessListener) → void
setSurveyClosedListener(SurveyClosedListener surveyClosedListener) → void
setSurveyWallClosedFromPageListener(SurveyClosedFromPageListener surveyClosedFromPageListener) → void
show() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterInBrain
no setter