getStyleError method

Future<String?> getStyleError()

Returns the last style error, if any.

Implementation

Future<String?> getStyleError() {
  return GoogleMapsFlutterPlatform.instance.getStyleError(mapId: mapId);
}