Gets the current status of the watch's successful connection according to the watch's mac address.
Future<bool> isConnected(String address) { return _platform.isConnected(address); }