Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update FlutterPluginRegistrarMacOS.h
  • Loading branch information
dkwingsmt authored Jul 7, 2023
commit a71e5b582b556227c2d6273d07eba3cc43162c7e
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ FLUTTER_DARWIN_EXPORT
/**
* The view displaying Flutter content.
*
* This property is provided for backwards compatibility for apps
* that assume a single view. This will eventually be replaced by
* a multi-view API variant.
*
* This method may return |nil|, for instance in a headless environment.
*/
@property(nullable, readonly) NSView* view;
Expand Down