initialize method
Initialize the Zendesk SDK with the given channelKey.
Returns true if initialization was successful.
Implementation
Future<bool> initialize({required String channelKey}) {
throw UnimplementedError('initialize() has not been implemented.');
}