|  |  |  | @ -7,7 +7,6 @@ import 'package:flutter/cupertino.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:flutter/material.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:flutter_svg/flutter_svg.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:fluttertoast/fluttertoast.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:google_api_availability/google_api_availability.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/app_state/app_state.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/classes/colors.dart'; | 
		
	
		
			
				|  |  |  |  | import 'package:mohem_flutter_app/config/routes.dart'; | 
		
	
	
		
			
				
					|  |  |  | @ -409,12 +408,12 @@ class Utils { | 
		
	
		
			
				|  |  |  |  |     return installationSource.toString().split(".")[1]; | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  | 
 | 
		
	
		
			
				|  |  |  |  |   static Future<bool> isGoogleServicesAvailable() async { | 
		
	
		
			
				|  |  |  |  |     GooglePlayServicesAvailability availability = await GoogleApiAvailability.instance.checkGooglePlayServicesAvailability(); | 
		
	
		
			
				|  |  |  |  |     String status = availability.toString().split('.').last; | 
		
	
		
			
				|  |  |  |  |     if (status == "success") { | 
		
	
		
			
				|  |  |  |  |       return true; | 
		
	
		
			
				|  |  |  |  |     } | 
		
	
		
			
				|  |  |  |  |     return false; | 
		
	
		
			
				|  |  |  |  |   } | 
		
	
		
			
				|  |  |  |  |   // static Future<bool> isGoogleServicesAvailable() async { | 
		
	
		
			
				|  |  |  |  |   //   GooglePlayServicesAvailability availability = await GoogleApiAvailability.instance.checkGooglePlayServicesAvailability(); | 
		
	
		
			
				|  |  |  |  |   //   String status = availability.toString().split('.').last; | 
		
	
		
			
				|  |  |  |  |   //   if (status == "success") { | 
		
	
		
			
				|  |  |  |  |   //     return true; | 
		
	
		
			
				|  |  |  |  |   //   } | 
		
	
		
			
				|  |  |  |  |   //   return false; | 
		
	
		
			
				|  |  |  |  |   // } | 
		
	
		
			
				|  |  |  |  | } | 
		
	
	
		
			
				
					|  |  |  | 
 |