detach method

  1. @override
Future<void> detach()
override

Detaches any active portal.

Returns a future that completes when the existing portal is detached.

Implementation

@override
Future<void> detach() => _delegatePortalHost.detach();