buildNativeConfig abstract method
Builds the native configuration map for this widget.
Returns a Map containing all configuration values needed by the native iOS widget extension to render this widget.
Implementation
Map<String, dynamic> buildNativeConfig();