Returns true if a network connection is available. If not, returns false.
@override Future<bool> hasConnection() async => true;