exitCartPage method Null safety
Exits cart page.
Implementation
void exitCartPage() {
final nativeMethodName = FWShoppingMethodNameUtil.convertToNativeMethod(
FWShoppingNativeMethodName.exitCartPage,
);
FWMethodChannelUtil.getShoppingChannel().invokeMethod(
nativeMethodName,
);
}