@override tagLocation(String tripId, String tagMsg) { return methodChannel .invokeMethod("tagLocation", {"trip_id": tripId, "tag": tagMsg}); }