clear method Null safety

void clear()

Implementation

void clear() {
  var exception = _getException();

  final constructor = _dll_handle.lookupFunction<_Context_clear_c, _Context_clear_dart>(_context_namespace + 'clear');

  constructor(_impl, exception);

  tdvCheckException(exception, _dll_handle);
}