MethodChannelMobileWindowFeatures class
An implementation of MobileWindowFeaturesPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- MobileWindowFeaturesPlatform
- MethodChannelMobileWindowFeatures
Constructors
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.LayoutParamsoverride -
clearFlags(
int flags) → Future< bool?> -
Clears flags
flags
from the WindowManager.LayoutParamsoverride -
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 Windowoverride -
setFlags(
int flags, int mask) → Future< bool?> -
Set flags
flags
from the WindowManager.LayoutParamsoverride -
override
-
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