getLogs static method

Future<String> getLogs()

Implementation

static Future<String> getLogs() async {
  return await _billpocket.getLogs();
}