serverPathForAppUri abstract method

String? serverPathForAppUri(
  1. String appUri
)

Returns the server path for the app uri.

For example:

org-dartlang-app://web/main.dart -> main.dart

Will return null if the provided uri is not an app URI.

Implementation

String? serverPathForAppUri(String appUri);