Rabbit-R1/android (non root)/smali/smali_classes3/io/flutter/plugin/common/MethodChannel$MethodCallHandler.smali

20 lines
564 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public interface abstract Lio/flutter/plugin/common/MethodChannel$MethodCallHandler;
.super Ljava/lang/Object;
.source "MethodChannel.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/flutter/plugin/common/MethodChannel;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "MethodCallHandler"
.end annotation
# virtual methods
.method public abstract onMethodCall(Lio/flutter/plugin/common/MethodCall;Lio/flutter/plugin/common/MethodChannel$Result;)V
.end method