getStyleError method
If the last attempt to set the style via MapConfiguration.style failed, returns the error information, otherwise returns null.
Implementation
Future<String?> getStyleError({required int mapId}) async {
return null;
}
If the last attempt to set the style via MapConfiguration.style failed, returns the error information, otherwise returns null.
Future<String?> getStyleError({required int mapId}) async {
return null;
}