getLocationCount method

  1. @override
Future<int> getLocationCount()
override

Implementation

@override
Future<int> getLocationCount() async {
  return await methodChannel.invokeMethod<int>('getLocationCount') ?? 0;
}