initWithAppId static method

dynamic initWithAppId(
  1. String appId
)

Initializes GetSocial SDK with a specific AppId if automatic initialization is disabled. appId AppId from the GetSocial Dashboard to initialize with.

Implementation

static initWithAppId(String appId) {
  NativeBridge.sync('GetSocial.init', appId);
}