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

26 lines
626 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +00:00
.class public interface abstract Lio/flutter/plugin/common/MethodChannel$Result;
.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 = "Result"
.end annotation
# virtual methods
.method public abstract error(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
.end method
.method public abstract notImplemented()V
.end method
.method public abstract success(Ljava/lang/Object;)V
.end method