LoginCallback typedef

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

Implementation

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