libdsm icon indicating copy to clipboard operation
libdsm copied to clipboard

【Flutter】 getShreList receive type incorrect

Open shingohu opened this issue 3 years ago • 1 comments

` Future<String> getShareList() async { if (_dsmId == null) { return ""; } String listJson = await _methodChannel .invokeMethod('DSM_get_share_list', <String, dynamic>{'id': _dsmId}); return listJson; }

` should change the listJson type to 'Map'

shingohu avatar Dec 20 '21 11:12 shingohu

maybe you can try this: https://github.com/WellerZhao/libdsm.git

WellerZhao avatar Mar 07 '24 09:03 WellerZhao