getRandomId method

Future<String> getRandomId()

Implementation

Future<String> getRandomId() async =>
    _getRandomId(baseUri.replace(path: 'v1/randomid'));