menu
dcflight package
documentation
framework/renderer/interface/interface.dart
PlatformInterface
detachView abstract method
detachView abstract method
dark_mode
light_mode
detachView
abstract method
Future
<
bool
>
detachView
(
String
viewId
)
Detach a view from its parent without deleting it
Implementation
Future<bool> detachView(String viewId);
dcflight package
documentation
framework/renderer/interface/interface
PlatformInterface
detachView abstract method
PlatformInterface class