提交 f6abba5c authored 作者: 祁增奎's avatar 祁增奎

修改报错

上级 603aa84b
package com.clx.example.clx_listener_screen
import androidx.annotation.NonNull
import io.flutter.embedding.engine.plugins.FlutterPlugin
import io.flutter.plugin.common.MethodCall
import io.flutter.plugin.common.MethodChannel
import io.flutter.plugin.common.MethodChannel.MethodCallHandler
import io.flutter.plugin.common.MethodChannel.Result
/** CLXListenerScreenPlugin */
class CLXListenerScreenPlugin: FlutterPlugin, MethodCallHandler {
/** ClxListenerScreenPlugin */
class ClxListenerScreenPlugin: FlutterPlugin, MethodCallHandler {
/// The MethodChannel that will the communication between Flutter and native Android
///
/// This local reference serves to register the plugin with the Flutter Engine and unregister it
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论