getCount method

Future<int> getCount()

Implementation

Future<int> getCount() async {
  return await CouchbaseLiteWrapper().getCount(_id);
}