// // Constans.swift // Runner // // Created by Groot on 2025/5/13. // import Foundation struct MapKitConstans { static let methodChannelName: String = "atmob_map_method_channel" static let mapViewId: String = "com.atmob.flutter.map" }