getOrderFromView method

Widget getOrderFromView(
  1. SpinachUser user,
  2. LocationInFo retailerLocation
)

Implementation

Widget getOrderFromView(SpinachUser user, LocationInFo retailerLocation) {
  // TODO: implement getOrderFromView
  throw UnimplementedError();
}