sendUserInfo method

Future<void> sendUserInfo(
  1. UserBean userInfo
)

Sets the user's personal information to the watch.

Implementation

Future<void> sendUserInfo(UserBean userInfo) {
  return _platform.sendUserInfo(userInfo);
}