[ CCode ( cname = "dex_await_string" ) ]
[ DestroysInstance ]
public string? await_string () throws Error
Awaits on this and returns the string result.
If the result is not a g_type_string, throws is set.
| this |
a [class@Dex.Future] |
|
the string or null and throws is set |