Rabbit-R1/android (non root)/smali/smali_classes3/io/flutter/plugin/common/EventChannel$StreamHandler.smali
2024-05-21 17:08:36 -04:00

22 lines
599 B
Smali

.class public interface abstract Lio/flutter/plugin/common/EventChannel$StreamHandler;
.super Ljava/lang/Object;
.source "EventChannel.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lio/flutter/plugin/common/EventChannel;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "StreamHandler"
.end annotation
# virtual methods
.method public abstract onCancel(Ljava/lang/Object;)V
.end method
.method public abstract onListen(Ljava/lang/Object;Lio/flutter/plugin/common/EventChannel$EventSink;)V
.end method