WellerZhao
Results
2
comments of
WellerZhao
try to modify function "login(String host, String loginName, String password)" in 'libdsm_flutter/libdsm/lib/libdsm.dart' change the key 'host' to 'hostname' ` int result = await _methodChannel.invokeMethod('DSM_login', { 'id': _dsmId, 'hostName': host, 'login_name':...
maybe you can try this: https://github.com/WellerZhao/libdsm.git