isStyleLoaded method

Future<bool> isStyleLoaded()

Returns whether the style is fully loaded.

Implementation

Future<bool> isStyleLoaded() => _impl.isStyleLoaded();