Sets the user's personal information to the watch.
Future<void> sendUserInfo(UserBean userInfo) { return _platform.sendUserInfo(userInfo); }