Commit 4aa2cc4d authored by tongzifang's avatar tongzifang

test tag

parent 9fd2e83a
...@@ -4,7 +4,7 @@ import 'package:flutter/material.dart'; ...@@ -4,7 +4,7 @@ import 'package:flutter/material.dart';
class TestFlutterApiImpl extends TestFlutterApi { class TestFlutterApiImpl extends TestFlutterApi {
@override @override
String getYourName(int key) { String getYourName(int key) {
debugPrint("Flutter 收到 native 的请求:$key"); debugPrint("Flutter 收到1111 native 的请求:$key");
return "结果$key"; return "结果$key";
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment