Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

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