RemoteIntegration class abstract

Constructors

RemoteIntegration()

Properties

auth → Auth
Authentication provider for this remote backend.
no setterinherited
displayName String
Human-readable name for UI display (e.g., 'Solid Pod', 'Google Drive').
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon IconData
Icon representing this remote backend in UI.
no setterinherited
id String
Unique identifier for this remote backend (e.g., 'solid', 'gdrive').
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workerConnectors List<MainHandlerFactory>
Worker thread connector factories for main-to-worker communication.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showLogin(BuildContext context) Future<bool>
Shows login UI for this remote backend.
inherited
toString() String
A string representation of this object.
inherited

Operators

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