Check if your IOS device is supported to connect with WatchOS device
@override Future<bool> isSupported() async { bool? isSupported = await channel.invokeMethod("isSupported"); return isSupported ?? false; }