FuchsiaCompat class Null safety
Utility class for creating connections to the Fuchsia Device.
If executed on a host (non-Fuchsia device), behaves the same as running
FuchsiaRemoteConnection.connect
whereby the FUCHSIA_REMOTE_URL
and
FUCHSIA_SSH_CONFIG
variables must be set. If run on a Fuchsia device, will
connect locally without need for environment variables.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited