currentAccessToken method
Get current access token
Return a access token. If not login, return null.
Implementation
currentAccessToken() async {
return await _methodChannel.invokeMethod('currentAccessToken');
}
Get current access token
Return a access token. If not login, return null.
currentAccessToken() async {
return await _methodChannel.invokeMethod('currentAccessToken');
}