ZendeskClassicPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZendeskClassicPlatform
Implementers

Constructors

ZendeskClassicPlatform.new()
Constructs a ZendeskClassicPlatform.

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

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
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

Static Properties

instance ZendeskClassicPlatform
The default instance of ZendeskClassicPlatform to use.
getter/setter pair