AppwinSupportMethodChannel class

An implementation of AppwinSupportPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
override
initialize() Future<AppwinInitResult>
Initialises the SDK. baseUrl is optional, an API URL override useful in development to point at localhost.
override
loginIdentifiedUser({required String externalId}) Future<void>
override
loginUnidentifiedUser() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentMessenger() Future<void>
Presents the native Appwin messenger over the host app.
override
toString() String
A string representation of this object.
inherited
updateUser({String? email, String? name, String? avatarUrl, String? language, String? timezone, String? location}) Future<void>
Updates the current customer's attributes, Intercom style. Does not affect the identity (externalId), which keeps the one set at the last login. Every field is optional.
override

Operators

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