@override Future<Stream<InternetConnectionStatus>> checkInternetConnection() async { return InternetConnectionChecker().onStatusChange; }