sourceMapContents abstract method

Future<String?> sourceMapContents(
  1. String serverPath
)

Returns the contents for a source map at the provided server path, or null if the resource does not exist.

Implementation

Future<String?> sourceMapContents(String serverPath);