LocationListener constructor - LocationListener - core library - Dart API
LocationListener
LocationListener constructor
- void onLocationUpdatedLambda()
This abstract class should be implemented in order to receive notifications about location updates.
Implementation
factory LocationListener(
void Function(Location) onLocationUpdatedLambda,
) => LocationListener$Lambdas(
onLocationUpdatedLambda,
);