SmartDeviceUtilsPlatform class abstract
An abstract base class that provides a platform interface for smart device utilities.
This class should be extended by platform-specific implementations to provide functionalities such as retrieving platform-specific information.
- Inheritance
-
- Object
- PlatformInterface
- SmartDeviceUtilsPlatform
- Implementers
Constructors
- SmartDeviceUtilsPlatform()
- Constructs a SmartDeviceUtilsPlatform.
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
-
getPlatformVersion(
) → Future< String?> - Retrieves the platform version as a String.
-
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
Static Properties
- instance ↔ SmartDeviceUtilsPlatform
-
The default instance of SmartDeviceUtilsPlatform to use.
getter/setter pair