开启或关闭事务模式
@override Future<void> enableTransMode(bool enable) async { _methodChannel.invokeMethod(Constants.METHOD_LINE_ENABLE_TRANS_MODE, {ParamConstants.ENABLE: enable}); }