mediaEndPoint static method
Retrieves the media endpoint URL from the Mirrorfly platform.
The media endpoint URL is used to get Media end point for displaying profile images
Returns a Future containing the media endpoint URL as a String, or null
if the operation fails.
Implementation
static Future<String?> mediaEndPoint() {
return FlyChatFlutterPlatform.instance.mediaEndPoint();
}