get_accuracy method

Future<int?> get_accuracy()

Implementation

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