NativeOverlayConfigsAdjustFunction typedef

NativeOverlayConfigsAdjustFunction = void Function(List<NativeOverlayConfig> configs, {required bool hideOverlay})

Implementation

typedef NativeOverlayConfigsAdjustFunction = void Function(List<NativeOverlayConfig> configs,
    {required bool hideOverlay});