setAssetPath static method

void setAssetPath(
  1. String path
)

Sets the path to the Maps asset folder.

Implementation

static void setAssetPath(String path) => _impl.setAssetPath(path);