removeStyleSourceUnchecked

@CallSuper
@MainThread
@RestrictTo(value = [RestrictTo.Scope.LIBRARY_GROUP_PREFIX])
open fun removeStyleSourceUnchecked(sourceId: String): Expected<String, None>

Removes an existing style source without checking if it's being used by any other component.

Parameters

sourceId

An identifier of the style source to remove.