fileExists method
Returns true if GoogleService-Info.plist exists at the expected path.
Implementation
bool fileExists() => File(_googleServicePath).existsSync();
Returns true if GoogleService-Info.plist exists at the expected path.
bool fileExists() => File(_googleServicePath).existsSync();