fileExists method

bool fileExists()

Returns true if GoogleService-Info.plist exists at the expected path.

Implementation

bool fileExists() => File(_googleServicePath).existsSync();