Get order by ID.
Future<Map<String, dynamic>?> getOrder(String orderId) { throw UnimplementedError('getOrder() has not been implemented.'); }