public class PlatformPlugin extends Object
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_SYSTEM_UI |
Constructor and Description |
---|
PlatformPlugin(Activity activity,
PlatformChannel platformChannel) |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Releases all resources held by this
PlatformPlugin . |
void |
updateSystemUiOverlays()
Refreshes Android's window system UI (AKA system chrome) to match Flutter's desired
PlatformChannel.SystemChromeStyle . |
public static final int DEFAULT_SYSTEM_UI
public PlatformPlugin(Activity activity, PlatformChannel platformChannel)