set_floor method

Future<void> set_floor(
  1. String? floor
)

Implementation

Future<void> set_floor(String? floor) async {
  await kBmapCoreFluttifyChannel.invokeMethod('BMKIndoorPlanNode::set_floor', <String, dynamic>{'__this__': this, "floor": floor});
}