HyperSDK constructor Null safety
Implementation
HyperSDK({
required this.onInitiateResult,
required this.onProcessResult,
required this.onShowLoader,
required this.onHideLoader,
}) {
hyperSDK.setMethodCallHandler(hyperSDKCallbacks);
}
HyperSDK({
required this.onInitiateResult,
required this.onProcessResult,
required this.onShowLoader,
required this.onHideLoader,
}) {
hyperSDK.setMethodCallHandler(hyperSDKCallbacks);
}