value_blob method

Uint8List? value_blob(
  1. PtrValue arg1
)

Cross platform interface api for sqlite3_value_blob

Implementation

typed.Uint8List? value_blob(cpf.PtrValue arg1) => _sqlite.value_blob(arg1);