MethodChannelMobileWindowFeatures class

An implementation of MobileWindowFeaturesPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFlags(int flags) Future<bool?>
Adds flags flags to the WindowManager.LayoutParams
override
clearFlags(int flags) Future<bool?>
Clears flags flags from the WindowManager.LayoutParams
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDecorFitsSystemWindows(bool decorFitsSystemWindows) Future<bool?>
Set Decor Fits System Windows decorFitsSystemWindows from the Window
override
setFlags(int flags, int mask) Future<bool?>
Set flags flags from the WindowManager.LayoutParams
override
setNavigationBarColor(int color) Future<bool?>
override
setNavigationBarTheme(int navigationBarTheme) Future<bool?>
override
setScreenLimits(int screenLimits) Future<bool?>
override
setStatusBarColor(int color) Future<bool?>
override
setStatusBarTheme(int statusBarTheme) Future<bool?>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited