MethodChannelZendeskClassic class

An implementation of ZendeskClassicPlatform 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
optionalMethodChannel OptionalMethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

initZendeskChat({required String chatAccountKey, int? barTintColor, int? tintColor, int? backgroundColor, String? botName}) Future<void>
initZendeskChat Initialized the field required for zendesk chat chatAccountKey chat account key is required field to initialize a zendesk chat barTintColor is optional field which will use to set app bar color tintColor is optional field which will use to set tint color color backgroundColor is optional field which will use to set background color botName is optional field which will use to set bot name
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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