initialize method

Future<bool> initialize({
  1. required String channelKey,
})

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.');
}