mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(android): remove unused returnType field
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
package app.tauri.annotation
|
||||
|
||||
@Retention(AnnotationRetention.RUNTIME)
|
||||
annotation class PluginMethod(val returnType: String = "promise") { }
|
||||
annotation class PluginMethod
|
||||
|
||||
@@ -13,7 +13,4 @@ class PluginMethodData(
|
||||
|
||||
// The name of the method
|
||||
val name: String = method.name
|
||||
|
||||
// The return type of the method (see PluginMethod for constants)
|
||||
val returnType: String = methodDecorator.returnType
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user