getLocation method

  1. @override
Location getLocation(
  1. int left_loc,
  2. int right_loc
)
override

See IMessaageHandler for a description of the List

Implementation

@override
Location getLocation(int left_loc, int right_loc) {
  // TODO: implement getLocation
  throw UnimplementedError();
}