updateUserImage method

Future updateUserImage({
  1. required String imagePath,
})

throw File Not Found ! throw No internet connection

Implementation

Future updateUserImage({required String imagePath}) async {
  return _vChatUsersApi.updateUserImage(path: imagePath);
}