flutter app untuk unitstock
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

15 lines
357 B

  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import location
  7. import url_launcher_macos
  8. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  9. LocationPlugin.register(with: registry.registrar(forPlugin: "LocationPlugin"))
  10. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  11. }