MobileWindowFeaturesPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MobileWindowFeaturesPlatform
Implementers

Constructors

MobileWindowFeaturesPlatform.new()
Constructs a MobileWindowFeaturesPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFlags(int flags) Future<bool?>
clearFlags(int flags) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDecorFitsSystemWindows(bool decorFitsSystemWindows) Future<bool?>
setFlags(int flags, int mask) Future<bool?>
setNavigationBarColor(int color) Future<bool?>
setNavigationBarTheme(int navigationBarTheme) Future<bool?>
setScreenLimits(int screenLimits) Future<bool?>
setStatusBarColor(int color) Future<bool?>
setStatusBarTheme(int statusBarTheme) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MobileWindowFeaturesPlatform
The default instance of MobileWindowFeaturesPlatform to use.
getter/setter pair