getDownloadBtMetaInfo method

Future<Aria2BtMetaInfoData> getDownloadBtMetaInfo(
  1. String gid
)

Implementation

Future<Aria2BtMetaInfoData> getDownloadBtMetaInfo(String gid) {
  throw UnimplementedError(
    'getDownloadBtMetaInfo() has not been implemented.',
  );
}