getLocationCount method

Future<int> getLocationCount()

Implementation

Future<int> getLocationCount() {
  throw UnimplementedError('getLocationCount() has not been implemented.');
}