getProfile method
Get Profile
Return the map obtained from LineProfile.
- userID - The user's user ID.
- displayName - The user’s display name.
- pictureUrl - The user’s profile media URL.
- statusMessage - The user’s status message.
If not login, throw PlatformException.
Implementation
getProfile() async {
return await _methodChannel.invokeMethod('getProfile');
}