Adds an extension to the Sendbird Chat SDK.
key : The key of the extension.
key
version : The version of the extension.
version
void addExtension(String key, String version) { SendbirdChat.addExtension(key, version); }