Flutter iOS Embedder
FlutterPlatformPlugin() Category Reference

Instance Methods

(BOOL) - isLiveTextInputAvailable
 
(void) - searchWeb:
 
(void) - showLookUpViewController:
 
(void) - showShareViewController:
 

Properties

BOOL enableViewControllerBasedStatusBarAppearance
 Whether the status bar appearance is based on the style preferred for this ViewController. More...
 

Detailed Description

Definition at line 63 of file FlutterPlatformPlugin.mm.

Method Documentation

◆ isLiveTextInputAvailable

- (BOOL) isLiveTextInputAvailable

◆ searchWeb:

- (void) searchWeb: (NSString *)  searchTerm

◆ showLookUpViewController:

- (void) showLookUpViewController: (NSString *)  term

◆ showShareViewController:

- (void) showShareViewController: (NSString *)  content

Property Documentation

◆ enableViewControllerBasedStatusBarAppearance

- (BOOL) enableViewControllerBasedStatusBarAppearance
readwritenonatomicassign

Whether the status bar appearance is based on the style preferred for this ViewController.

   The default value is YES.
   Explicitly add `UIViewControllerBasedStatusBarAppearance` as `false` in
   info.plist makes this value to be false.

Definition at line 72 of file FlutterPlatformPlugin.mm.


The documentation for this category was generated from the following files: