getReleasePath method
Implementation
@override
String getReleasePath() {
String path = join(
Directory.current.path,
'App.framework',
'Resources',
'flutter_assets',
'packages',
'tencent_im_sdk_plugin_desktop',
'assets',
);
return path;
}