initRepeatTag method

  1. @protected
void initRepeatTag(
  1. String? tag
)

满足以下条件时使用,为了防止热重载而导致GlobalKey被重复使用: 1.页面需要重复跳转 且reuseController为false 2.页面中引用了controller或者model中声明且已经创建的GlobalKey对象

Implementation

@protected
void initRepeatTag(String? tag) {}