DarwinUrlPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • DarwinUrlPlatform
Implementers

Constructors

DarwinUrlPlatform()
Constructs a DarwinUrlPlatform.

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

append(String url, List<String> components, {required bool isDir}) Future<String>
dirUrl(String url) Future<String>
filePathToUrl(String filePath) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tmpDir() Future<String>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DarwinUrlPlatform
The default instance of DarwinUrlPlatform to use.
getter/setter pair