MethodChannelZendeskClassic class
An implementation of ZendeskClassicPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ZendeskClassicPlatform
- MethodChannelZendeskClassic
Constructors
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 chatbarTintColor
is optional field which will use to set app bar colortintColor
is optional field which will use to set tint color colorbackgroundColor
is optional field which will use to set background colorbotName
is optional field which will use to set bot nameoverride -
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