pushLocation method

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

Implementation

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