startSentianceSDK property

Future startSentianceSDK

Implementation

static Future<dynamic> get startSentianceSDK async {
  var startSentiance = await _channel.invokeMethod('startSdk');
  return startSentiance;
}