purchase method

Future<void> purchase(
  1. String orderId,
  2. String lines,
  3. double total
)

Implementation

Future<void> purchase(String orderId, String lines, double total) {
  throw UnimplementedError('purchase() has not been implemented.');
}