getLoginUserID method

Future<String> getLoginUserID()

获取当前登录用户id

Implementation

Future<String> getLoginUserID() async => uid;