getInitData method

List<K>? getInitData(
  1. WidgetRef ref
)

Implementation

List<K>? getInitData(WidgetRef ref) {
  return null;
}