listener property

LocationListener? listener

The object that notifies on location updates. Gets a LocationListener that notifies on location updates.

Implementation

LocationListener? get listener;
void listener=(LocationListener? value)

The object that notifies on location updates. Sets a LocationListener that notifies on location updates.

Implementation

set listener(LocationListener? value);