isCheckoutInProgress property

Future<bool?> get isCheckoutInProgress

Implementation

Future<bool?> get isCheckoutInProgress {
  throw UnimplementedError('isCheckoutInProgress has not been implemented');
}