getPendingCheckout method

Future<bool> getPendingCheckout()

Implementation

Future<bool> getPendingCheckout() {
  throw UnimplementedError('getPendingCheckout() has not been implemented.');
}