MPFlutterWechatAppDelegate class
Constructors
-
MPFlutterWechatAppDelegate({void onLaunch(Map query, JSObject launchOptions)?, void onEnter(Map query, JSObject launchOptions)?, void onShow()?, void onHide()?, Map onSaveExitState()?, Map onShareAppMessage(JSObject)?, void onShareAppMessageAsync(JSObject, dynamic (Map))?, Map onShareTimeline(JSObject)?, void onShareTimelineAsync(JSObject, dynamic (Map))?, Map onAddToFavorites(JSObject)?, void onAddToFavoritesAsync(JSObject, dynamic (Map))?})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited