upload method

Future<NIMResult<String>> upload({
  1. required String filePath,
  2. String? mimeType,
  3. String? sceneKey,
})

Implementation

Future<NIMResult<String>> upload(
    {required String filePath, String? mimeType, String? sceneKey}) async {
  throw UnimplementedError('upload() is not implemented');
}