static Future<bool> get isChildDirected async { if (!isSupportedPlatform) return false; return await _channel.invokeMethod('isChildDirected'); }