MethodChannelCleverTapSignedCallFlutter constructor
MethodChannelCleverTapSignedCallFlutter()
Implementation
MethodChannelCleverTapSignedCallFlutter() {
//sets the methodCallHandler to receive the method calls from native platform
_methodChannel.setMethodCallHandler(_platformCallHandler);
}