OnLogin typedef

OnLogin = Future<XResult<String>> Function(String phone, String pwd)

return token

Implementation

typedef OnLogin = Future<XResult<String>> Function(String phone, String pwd);