Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

14 linhas
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. }