BlobCallback typedef Null safety

void BlobCallback(
  1. Blob? blob
)

Implementation

typedef void BlobCallback(Blob? blob);