isSelfCheckPath static method

bool isSelfCheckPath(
  1. String path
)

Returns true if path is a self check path.

Implementation

static bool isSelfCheckPath(String path) =>
    path.startsWith('/.well-known/check/');