新增刷新交互
This commit is contained in:
@@ -9,6 +9,7 @@ import 'package:flutter/foundation.dart';
|
|||||||
// h5交互通知 原生 {type:'enum',data:'所需参数,可无'}
|
// h5交互通知 原生 {type:'enum',data:'所需参数,可无'}
|
||||||
enum ToFlutterAppEnum {
|
enum ToFlutterAppEnum {
|
||||||
close('close'),
|
close('close'),
|
||||||
|
reload('reload'), // 刷新
|
||||||
gameExit('gameExit'),
|
gameExit('gameExit'),
|
||||||
createGame('createGame'),
|
createGame('createGame'),
|
||||||
wantToPlay('wantToPlay'),
|
wantToPlay('wantToPlay'),
|
||||||
|
|||||||
Reference in New Issue
Block a user