libdsm
libdsm copied to clipboard
【Flutter】 getShreList receive type incorrect
` 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'
maybe you can try this: https://github.com/WellerZhao/libdsm.git