closeSdk static method

Future<bool?> closeSdk()

Provide a way to stop the SDK

Its the opposite of initSdk

Implementation

static Future<bool?> closeSdk() => _channel.invokeMethod('closeSdk', []);