detachView abstract method

Future<bool> detachView(
  1. String viewId
)

Detach a view from its parent without deleting it

Implementation

Future<bool> detachView(String viewId);