DarwinUrlPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- DarwinUrlPlatform
- Implementers
Constructors
- DarwinUrlPlatform.new()
- 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> -
basename(
String url) → Future< String> -
dirUrl(
String url) → Future< String> -
filePathToUrl(
String filePath) → Future< String> -
isUbiquitousPathItem(
String filePath) → Future< bool> -
isUbiquitousUrlItem(
String url) → Future< bool> -
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
-
urlToFilePath(
String url) → Future< String>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DarwinUrlPlatform
-
The default instance of DarwinUrlPlatform to use.
getter/setter pair