setLastSeenVisibility method
Sets the visibility of the last seen time for the current user.
Implementation
Future<void> setLastSeenVisibility(
bool enable, Function(FlyResponse response)? callback) {
throw UnimplementedError('has not been implemented.');
}