The Webview Univeral Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

15 lignes
390 B

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