您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

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