Checks connectivity / health of the cloud endpoint.
@override Future<bool> isAvailable() async { return baseUrl.isNotEmpty; }