g3RelativePath abstract method

String? g3RelativePath(
  1. String absolutePath
)

Returns the relative path in google3, determined by the absolutePath.

Returns null if not a google3 app.

Implementation

String? g3RelativePath(String absolutePath);