uploadFileToIPFS method

Future<String?> uploadFileToIPFS({
  1. required String filePath,
})

Implementation

Future<String?> uploadFileToIPFS({required String filePath,}) {
  throw UnimplementedError('uploadFileToIPFS() has not been implemented.');
}