receive method
Implementation
void receive(String ur) {
final response = nativeReceive(nativeObject, ur.toNativeUtf8()).ref;
response.throwIfPresent();
}
void receive(String ur) {
final response = nativeReceive(nativeObject, ur.toNativeUtf8()).ref;
response.throwIfPresent();
}