FlutterSystemActionPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterSystemActionPlatform
- Implementers
Constructors
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
-
brightnessLowerEvent(
) → Future< void> -
brightnessMaxEvent(
) → Future< void> -
brightnessRaiseEvent(
) → Future< void> -
brightnessZeroEvent(
) → Future< void> -
darkModeEventButtonPressed(
) → Future< void> -
getBatteryChargingStatus(
) → Future< int> -
getDeviceLocale(
) → Future< String> -
getDeviceOrientation(
) → Future< int> -
getNetworkStatus(
) → Future< int> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notificationVolumeDownPress(
) → Future< void> -
notificationVolumeRaisePress(
) → Future< void> -
ringModeOnButtonPress(
) → Future< void> -
ringtoneVolumeDownEvent(
) → Future< void> -
ringtoneVolumeRaiseEvent(
) → Future< void> -
torchButtonOffEvent(
) → Future< void> -
torchButtonOnEvent(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
vibrationButtonPress(
) → Future< void> -
volumeButtonLowerEvent(
) → Future< void> -
volumeButtonRaiseEvent(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterSystemActionPlatform
-
getter/setter pair