getSdkVersion static method
Current SDK version.
Implementation
static String getSdkVersion() {
sbLog.i(StackTrace.current, 'return: $sdkVersion');
return _instance._chat.getSdkVersion();
}
Current SDK version.
static String getSdkVersion() {
sbLog.i(StackTrace.current, 'return: $sdkVersion');
return _instance._chat.getSdkVersion();
}