getInfo method
Returns information about the system.
Implementation
Future<GetInfoResult> getInfo() async {
var result = await _client.send('SystemInfo.getInfo');
return GetInfoResult.fromJson(result);
}
Returns information about the system.
Future<GetInfoResult> getInfo() async {
var result = await _client.send('SystemInfo.getInfo');
return GetInfoResult.fromJson(result);
}