pendingLocations method

  1. @override
Future<List<LocationSample>> pendingLocations()
override

Implementation

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