fix: typo
This commit is contained in:
@@ -73,7 +73,7 @@ class MethodHandler(private val scope: CoroutineScope) : FlutterPlugin,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Trigger.ChangeHiddifyOptions.method -> {
|
Trigger.changeHiddifyOptions.method -> {
|
||||||
scope.launch {
|
scope.launch {
|
||||||
result.runCatching {
|
result.runCatching {
|
||||||
val args = call.arguments as String
|
val args = call.arguments as String
|
||||||
|
|||||||
Reference in New Issue
Block a user