setSelfInfo abstract method

Future<CompletionHandler> setSelfInfo({
  1. required UserProfile userInfo,
})

Set personal information

  • userProfile : User profile.

Implementation

Future<CompletionHandler> setSelfInfo({required UserProfile userInfo});