stopSentianceSDK property

Future<String?> stopSentianceSDK

Implementation

static Future<String?> get stopSentianceSDK async {
  var stopSentiance = await _channel.invokeMethod('stopSdk');
  return stopSentiance;
}