DefaultPlatformInfo class final
The default implementation of PlatformInfo that uses Flutter's built-in platform detection.
- Implemented types
Constructors
- DefaultPlatformInfo()
-
Creates a constant instance of DefaultPlatformInfo.
const
Properties
Methods
-
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