BMKGetMapApiUtilsComponentVersion function

Future<String?> BMKGetMapApiUtilsComponentVersion()

Implementation

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

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


  // handle native call


  return __result__;
}