isGmsAvailable property
Implementation
bool get isGmsAvailable {
if (_isGmsAvailable == null) {
throw Exception(
'[GMS Availability]: checkGmsAvailability() needed to call before using GmsTools().isGmsAvailable.');
}
return _isGmsAvailable ?? true;
}