exitCartPage method Null safety

void exitCartPage()

Exits cart page.

Implementation

void exitCartPage() {
  final nativeMethodName = FWShoppingMethodNameUtil.convertToNativeMethod(
    FWShoppingNativeMethodName.exitCartPage,
  );
  FWMethodChannelUtil.getShoppingChannel().invokeMethod(
    nativeMethodName,
  );
}