invokeSDK method
This method implements the invokeSDK and communicated with native side passes values and maintains proper checks
Implementation
@override
///This method implements the invokeSDK and communicated with native side passes values and maintains proper checks
Future<void> invokeSDK() async {
methodChannel.invokeMethod<String>('invokeSDK');
}