path property
String
get
path
The suffix path to be handled.
The path should start and end with a "/"
and it shouldn't collide with a real web path.
Implementation
String get path {
throw UnimplementedError('path is not implemented on the current platform');
}