get_api_reference method
Returns Core Library API reference
Implementation
Future<ResultOfGetApiReference> get_api_reference() async {
if (_utils == null) {
throw ('Client core not connected! Use TonClient.connect to open connection!');
}
return _client.get_api_reference();
}