initSDK method

void initSDK()

Implementation

void initSDK() {
  try {
    _channel.invokeMethod('initSDK');
  } on Exception catch (e) {
    Logger.i("$e Error in initSDK");
  }
}