isConnectedToNetwork function

Future<bool> isConnectedToNetwork()

Implementation

Future<bool> isConnectedToNetwork() async => InternetConnectionChecker().hasConnection;