Constans.swift 254 B

1234567891011121314
  1. //
  2. // Constans.swift
  3. // Runner
  4. //
  5. // Created by Groot on 2025/5/13.
  6. //
  7. import Foundation
  8. struct MapKitConstans {
  9. static let methodChannelName: String = "atmob_map_method_channel"
  10. static let mapViewId: String = "com.atmob.flutter.map"
  11. }