getSdkVersion static method

String getSdkVersion()

Current SDK version.

Implementation

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