Skip to content

Commit 87bf200

Browse files
committed
close debuggable
1 parent c9d2d1d commit 87bf200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class HomeBodyState extends State<HomeBody> {
5252
}
5353

5454
void initTradeService(){
55-
nautilus.initTradeAsync(debuggable: true).then((data){
55+
nautilus.initTradeAsync(debuggable: false).then((data){
5656
setState(() {
5757
_initTradeServiceResult ="初始化结果:${data.result}";
5858
});

0 commit comments

Comments
 (0)