locationUpdate method

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

Implementation

void locationUpdate(double lat, double lang) {
  FluttersamplepluginPlatform.instance.locationUpdate(lat, lang);
}