getReleasePath method

  1. @override
String getReleasePath()
override

Implementation

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