onChange method

dynamic onChange(
  1. BlobData ex()
)

Implementation

onChange(BlobData Function() ex) {
  _listener = ex;
}