get_floor method

Future<String?> get_floor()

Implementation

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