MethodChannelDisabledAnimationChecker class
A concrete implementation of the platform interface for checking system animation settings using a method channel.
- Inheritance
-
- Object
- PlatformInterface
- DisabledAnimationCheckerPlatform
- MethodChannelDisabledAnimationChecker
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to communicate with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
isAnimationDisabled(
) → Future< bool> -
Checks if animations are disabled on the system.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited