call abstract method

Future<Either<InternetConnectionDriverError, Stream<InternetConnectionStatus>>> call()

Implementation

Future<
    Either<InternetConnectionDriverError,
        Stream<InternetConnectionStatus>>> call();