move abstract method

void move(
  1. LatLng? center,
  2. double zoom
)

Moves the map to a specific location and zoom level

Implementation

void move(LatLng? center, double zoom);