Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created January 7, 2023 13:59
Show Gist options
  • Save FlutterWiz/b4db0f9b6a09cae1e94a1ea320eb7eb6 to your computer and use it in GitHub Desktop.
Save FlutterWiz/b4db0f9b6a09cae1e94a1ea320eb7eb6 to your computer and use it in GitHub Desktop.
abstract class IConnectivityService {
Stream<ConnectivityResult> get connectivityStateChanges;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment