getLedgerInfo method
Implementation
Future<dynamic> getLedgerInfo() async {
final path = "$endpoint";
final resp = await http.get(path);
return resp.data;
}
Future<dynamic> getLedgerInfo() async {
final path = "$endpoint";
final resp = await http.get(path);
return resp.data;
}