update abstract method Null safety

void update(
  1. void updates(
    1. UserBuilder
    )
)

Implementation

void update(void Function(UserBuilder) updates);