pendingLocations method
Implementation
@override
Future<List<LocationSample>> pendingLocations() async =>
List<LocationSample>.unmodifiable(pending);
@override
Future<List<LocationSample>> pendingLocations() async =>
List<LocationSample>.unmodifiable(pending);