Retrive the count of all locations current stored in the plugin's SQLite database.
int count = await BackgroundGeolocation.count;
static Future<int> get count async { return (await _methodChannel.invokeMethod<int>('getCount')) as FutureOr<int>; }