pushLocation method

void pushLocation(
  1. double lat,
  2. double lang
)

Implementation

void pushLocation(double lat, double lang) {
  throw UnimplementedError('pushLocation() has not been implemented.');
}