initSDK method
Implementation
Future<void> initSDK() async {
try {
_channel.invokeMethod('initSDK');
} on Exception catch (e) {
Logger.i("$e Error in initSDK");
}
}
Future<void> initSDK() async {
try {
_channel.invokeMethod('initSDK');
} on Exception catch (e) {
Logger.i("$e Error in initSDK");
}
}