setMyBusyStatus method
Retrieves the current user's profile status.
Implementation
Future<void> setMyBusyStatus(
String busyStatus, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}
Retrieves the current user's profile status.
Future<void> setMyBusyStatus(
String busyStatus, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}