get_count method

Future<int?> get_count()

Implementation

Future<int?> get_count() async {
  final __result__ = await kAmapLocationFluttifyChannel.invokeMethod("AMapLocationPolygonRegion::get_count", {'__this__': this});
  return __result__;
}