nativeFlags property

Map<String, Object> nativeFlags
final

Platform-specific feature switches forwarded to native code.

Example keys might include androidForegroundServiceChannelId, iosShowsBackgroundLocationIndicator, or your own native extension flags.

Implementation

final Map<String, Object> nativeFlags;