isOnline method

Future<bool> isOnline()

Boolean indicator if online or not.

Implementation

Future<bool> isOnline() => Is.online();