removeToolbarPassthroughView static method
Implementation
static Future<void> removeToolbarPassthroughView({required String id}) async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod(
'removeToolbarPassthroughView',
{
'id': id,
},
);
}