fixAssetPath method

  1. @protected
String fixAssetPath(
  1. String icon
)

Implementation

@protected
String fixAssetPath(String icon) =>
    icon.endsWith('/marker_a.png') || icon.endsWith('/marker_b.png')
        ? 'packages/flutter_google_maps/'
        : '';