Просмотр исходного кода

fixed override onMethodCall to adhere interface

flutter-beta
Mauro Widman 7 лет назад
Родитель
Сommit
ffb8d6c1f3
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt

+ 1
- 1
android/src/main/kotlin/net/touchcapture/qr/flutterqr/QRView.kt Просмотреть файл

@@ -136,7 +136,7 @@ class QRView(private val registrar: PluginRegistry.Registrar, id: Int) :
} }




override fun onMethodCall(call: MethodCall?, result: MethodChannel.Result?) {
override fun onMethodCall(call: MethodCall, result: MethodChannel.Result) {
when(call?.method){ when(call?.method){
"checkAndRequestPermission" -> { "checkAndRequestPermission" -> {
checkAndRequestPermission(result) checkAndRequestPermission(result)


Загрузка…
Отмена
Сохранить