Uint8ListCallback typedef

Uint8ListCallback = (void Function(Uint8List?)?)

Implementation

typedef Uint8ListCallback = void Function(Uint8List);