getValue method

String getValue()

Obtains the return value after a cloud function is executed. The return value is of the string type.

Implementation

String getValue() => _result;