PlatformNotSupportedByManagerError class

An error throwns when the platform is not supported by the manager.

Inheritance

Constructors

PlatformNotSupportedByManagerError({required PlatformType currentPlatform, required List<PlatformType> supportedPlatforms})
Create a PlatformNotSupportedByManagerError with the current platform and the supported platforms.

Properties

currentPlatform PlatformType
The current platform of the application
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited
supportedPlatforms List<PlatformType>
The list of platforms supported by the manager
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Get a string representation of the error.
override

Operators

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