@override Future<bool> isExternalDisplayConnected() async { return await methodChannel.invokeMethod<bool>('isExternalDisplayConnected') ?? false; }