MethodChannelFlutterSystemAction class

An implementation of FlutterSystemActionPlatform that uses method channels.

Inheritance

Properties

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

Methods

brightnessLowerEvent() Future<void>
override
brightnessMaxEvent() Future<void>
override
brightnessRaiseEvent() Future<void>
override
brightnessZeroEvent() Future<void>
override
darkModeEventButtonPressed() Future<void>
override
getBatteryChargingStatus() Future<int>
override
getDeviceLocale() Future<String>
override
getDeviceOrientation() Future<int>
override
getNetworkStatus() Future<int>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notificationVolumeDownPress() Future<void>
override
notificationVolumeRaisePress() Future<void>
override
ringModeOnButtonPress() Future<void>
override
ringtoneVolumeDownEvent() Future<void>
override
ringtoneVolumeRaiseEvent() Future<void>
override
torchButtonOffEvent() Future<void>
override
torchButtonOnEvent() Future<void>
override
toString() String
A string representation of this object.
inherited
vibrationButtonPress() Future<void>
override
volumeButtonLowerEvent() Future<void>
override
volumeButtonRaiseEvent() Future<void>
override

Operators

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