beforeUpdate abstract method

void beforeUpdate(
  1. void callback()
)

Implementation

void beforeUpdate(void Function() callback);