createRemoveOp method

  1. @override
Op<InteractivePolyline<Object>> createRemoveOp(
  1. Key key
)
override

Implementation

@override
Op<InteractivePolyline> createRemoveOp(Key key) => RemovePolylineOp(key: key);