PlatformConfig class

Defines the platforms enabled in an FKIT configuration.

Constructors

PlatformConfig({required bool android, required bool ios, required bool web})
Creates a platform configuration.
PlatformConfig.fromMap(Map map)
Creates a platform configuration from the provided map.
factory

Properties

android bool
Whether Android platform support is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
ios bool
Whether iOS platform support is enabled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
web bool
Whether web platform support is enabled.
final

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