uploadFile abstract method

Future<String> uploadFile(
  1. String localFilePath,
  2. String remoteFilePath
)

Implementation

Future<String> uploadFile(
  String localFilePath,
  String remoteFilePath,
);