uploadImage abstract method

Future<String> uploadImage(
  1. String filePath,
  2. String fileName
)

Uploads filePath as a chat image attachment and returns its public URL.

Implementation

Future<String> uploadImage(String filePath, String fileName);