BMKGetMapApiBaseComponentVersion function

Future<String?> BMKGetMapApiBaseComponentVersion()

Implementation

Future<String?> BMKGetMapApiBaseComponentVersion() async {
  // print log
  if (fluttifyLogEnabled) {
    debugPrint('fluttify-dart: BMKGetMapApiBaseComponentVersion::BMKGetMapApiBaseComponentVersion([])');
  }

  // invoke native method
  final __result__ = await kBmapCoreFluttifyChannel.invokeMethod('BMKGetMapApiBaseComponentVersion::BMKGetMapApiBaseComponentVersion', );


  // handle native call


  return __result__;
}