setMyProfileStatus method

Future setMyProfileStatus(
  1. String status,
  2. String statusId
)

Implementation

Future<dynamic> setMyProfileStatus(String status, String statusId) {
  throw UnimplementedError('has not been implemented.');
}