setMyProfileStatus method
Future<void>
setMyProfileStatus(
- String status,
- String statusId,
- dynamic callback(
- FlyResponse response
This method is used to set the user profile status.
Implementation
Future<void> setMyProfileStatus(String status, String statusId,
Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}