connectivity property

  1. @factoryMethod
Future<bool> get connectivity

Implementation

@factoryMethod
Future<bool> get connectivity => InternetConnectionChecker().hasConnection;