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.
 
 
 
 
 
 

14 lignes
412 B

  1. package main
  2. // DO NOT EDIT, this file is generated by hover at compile-time for the platform_device_id plugin.
  3. import (
  4. flutter "github.com/go-flutter-desktop/go-flutter"
  5. platform_device_id "github.com/BestBurning/platform_device_id/go"
  6. )
  7. func init() {
  8. // Only the init function can be tweaked by plugin maker.
  9. options = append(options, flutter.AddPlugin(&platform_device_id.PlatformDeviceIdPlugin{}))
  10. }