pointCount method

Future<int> pointCount()

Implementation

Future<int>pointCount() async {
  return await _methodChannel.invokeMethod('pointCount');
}