get_center method

Future<String?> get_center()

Implementation

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