orderCancel method

Future<String?> orderCancel(
  1. String userId,
  2. String orderId
)

Implementation

Future<String?> orderCancel(String userId, String orderId) {
  throw UnimplementedError('orderCancel() has not been implemented.');
}