upload method
nos上传
web 端filePath
传base64
Implementation
Future<NIMResult<String>> upload(
{required String filePath, String? mimeType, String? sceneKey}) async {
return _platform.upload(
filePath: filePath, mimeType: mimeType, sceneKey: sceneKey);
}