updateSource method
- Source source
Updates an existing source. Serializes the source to JSON and forwards to StylePlatformInterface.setStyleSourceProperties.
Implementation
Future<void> updateSource(Source source) =>
_impl.setStyleSourceProperties(source.id, source.encode(volatile: true));