getHostToken method

Future<String?> getHostToken()

Implementation

Future<String?> getHostToken() async => await getData(Constant.hostToken);