cancelTransfer method

Future<void> cancelTransfer(
  1. String transferId
)

Cancels the queued or active transfer identified by transferId.

Implementation

Future<void> cancelTransfer(String transferId) {
  throw UnimplementedError('cancelTransfer() has not been implemented.');
}