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