remove method

Future<void> remove()

선형 개체를 삭제합니다.

Implementation

Future<void> remove() async {
  await _controller.removeRoute(this);
}