getVmLogs<T> abstract method

Future<List<T>> getVmLogs<T>(
  1. String hash
)

Implementation

Future<List<T>> getVmLogs<T>(String hash);