onChange static method

Stream? onChange({
  1. bool type = true,
})

初始化监听

Implementation

static Stream<dynamic>? onChange({bool type = true}) {
  return AliAuthPlatform.instance.onChange(type: type);
}