|
|
@@ -22,7 +22,7 @@ public class FlutterAlibcPlugin implements FlutterPlugin, MethodChannel.MethodC |
|
|
|
|
|
|
|
@Override |
|
|
|
public void onAttachedToEngine(@NonNull FlutterPluginBinding flutterPluginBinding) { |
|
|
|
channel = new MethodChannel(flutterPluginBinding.getBinaryMessenger(), "zhiying_live_ali"); |
|
|
|
channel = new MethodChannel(flutterPluginBinding.getBinaryMessenger(), "flutter_alibc"); |
|
|
|
channel.setMethodCallHandler(this); |
|
|
|
handle = new FlutterAlibcHandle(channel); |
|
|
|
} |
|
|
|